Html Css Color HEX #059589 Dark Cyan

📋 copy color: '#059589'

red 5 ◦ green 149 ◦ blue 137

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

Shades of Dark Cyan #059589

Tints of Dark Cyan #059589

RGB

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

 GREEN value IS 149 (58.59% from 255) = 51.2%

 BLUE value IS 137 (53.91% from 255) = 47.08%

R = 1.72%
G = 51.2%
B = 47.08%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#059589 (or 0x059589) is known color: Dark Cyan. HEX triplet: 05, 95 and 89. RGB value is (5,149,137). Sum of RGB (Red+Green+Blue) = 5+149+137=291 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.72% from 291); Green value is 149 (58.59% from 255 or 51.20% from 291); Blue value is 137 (53.91% from 255 or 47.08% from 291); Max value from RGB is 149 - color contains mainly: green. Hex color #059589 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059589 is #FA6A76. Grayscale: #686868. Windows color (decimal): -16411255 or 9016581. OLE color: 9016581.

HSL color Cylindrical-coordinate representation of color #059589: hue angle of 175º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059589 is Cyan = 0.97, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.42.

Color convert

RGB 5 149 137 -
CMYK 0.97 0 0.08 0.42
HSL 175º 0.94% 0.3% -
HSV(B) 175º 0.97% 0.58% -
XYZ 15.33 23.33 27.36 -
YUV 104.58 146.29 56.98 -
System Red Green Blue C M Y K H S L
Decimal 5 149 137 0.97 0 0.08 0.42 175 0.94 0.3
Hex 5 95 89 61 0 8 2A AF 5E 1E
Octal 5 225 211 141 0 10 52 257 136 36
Binary 101 10010101 10001001 1100001 0 1000 101010 10101111 1011110 11110

Color Harmonies of #059589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059589

Black with #059589

Text Example


Text Example

White with #059589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #059589; }

 p { color: rgb(5,149,137); }

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

background-color css

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

 a { background-color: rgb(5,149,137); }

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

border-color css

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

 span { border-color: rgb(5,149,137); }

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