Html Css Color HEX #059291 Dark Cyan

📋 copy color: '#059291'

red 5 ◦ green 146 ◦ blue 145

#059291
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cyan #059291

Tints of Dark Cyan #059291

RGB

 RED value IS 5 (2.34% from 255) = 1.69%

 GREEN value IS 146 (57.42% from 255) = 49.32%

 BLUE value IS 145 (57.03% from 255) = 48.99%

R = 1.69%
G = 49.32%
B = 48.99%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.01

 K value IS 0.43

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#059291 (or 0x059291) is known color: Dark Cyan. HEX triplet: 05, 92 and 91. RGB value is (5,146,145). Sum of RGB (Red+Green+Blue) = 5+146+145=296 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.69% from 296); Green value is 146 (57.42% from 255 or 49.32% from 296); Blue value is 145 (57.03% from 255 or 48.99% from 296); Max value from RGB is 146 - color contains mainly: green. Hex color #059291 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059291 is #FA6D6E. Grayscale: #676767. Windows color (decimal): -16412015 or 9540101. OLE color: 9540101.

HSL color Cylindrical-coordinate representation of color #059291: hue angle of 179.57º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059291 is Cyan = 0.97, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.43.

Color convert

RGB 5 146 145 -
CMYK 0.97 0 0.01 0.43
HSL 179.57º 0.93% 0.3% -
HSV(B) 179.57º 0.97% 0.57% -
XYZ 15.45 22.63 30.34 -
YUV 103.73 151.29 57.58 -
System Red Green Blue C M Y K H S L
Decimal 5 146 145 0.97 0 0.01 0.43 179.57 0.93 0.3
Hex 5 92 91 61 0 1 2B B4 5D 1E
Octal 5 222 221 141 0 1 53 264 135 36
Binary 101 10010010 10010001 1100001 0 1 101011 10110100 1011101 11110

Color Harmonies of #059291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059291

Black with #059291

Text Example


Text Example

White with #059291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #059291; }

 p { color: rgb(5,146,145); }

 H1.HeaderClassName
 {
   color: #059291;
 }
 .AnyTagClassName
 {
   color: #059291;
 }
</style>

background-color css

<style>
 a { background-color: #059291; }

 a { background-color: rgb(5,146,145); }

 div.DivClassName
 {
   background-color: #059291;
 }
 .BgClassName
 {
   background-color: #059291;
 }
</style>

border-color css

<style>
 span { border-color: #059291; }

 span { border-color: rgb(5,146,145); }

 td.TdClassName
 {
   border-color: #059291;
 }
 .TagClassName
 {
   border-color: #059291;
 }
</style>