Html Css Color HEX #059387 Dark Cyan

📋 copy color: '#059387'

red 5 ◦ green 147 ◦ blue 135

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

Shades of Dark Cyan #059387

Tints of Dark Cyan #059387

RGB

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

 GREEN value IS 147 (57.81% from 255) = 51.22%

 BLUE value IS 135 (53.13% from 255) = 47.04%

R = 1.74%
G = 51.22%
B = 47.04%

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

#059387 (or 0x059387) is known color: Dark Cyan. HEX triplet: 05, 93 and 87. RGB value is (5,147,135). Sum of RGB (Red+Green+Blue) = 5+147+135=287 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.74% from 287); Green value is 147 (57.81% from 255 or 51.22% from 287); Blue value is 135 (53.12% from 255 or 47.04% from 287); Max value from RGB is 147 - color contains mainly: green. Hex color #059387 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059387 is #FA6C78. Grayscale: #676767. Windows color (decimal): -16411769 or 8884997. OLE color: 8884997.

HSL color Cylindrical-coordinate representation of color #059387: hue angle of 174.93º degrees, saturation: 0.93, 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 #059387 is Cyan = 0.97, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.42.

Color convert

RGB 5 147 135 -
CMYK 0.97 0 0.08 0.42
HSL 174.93º 0.93% 0.3% -
HSV(B) 174.93º 0.97% 0.58% -
XYZ 14.87 22.65 26.51 -
YUV 103.17 145.96 57.98 -
System Red Green Blue C M Y K H S L
Decimal 5 147 135 0.97 0 0.08 0.42 174.93 0.93 0.3
Hex 5 93 87 61 0 8 2A AF 5D 1E
Octal 5 223 207 141 0 10 52 257 135 36
Binary 101 10010011 10000111 1100001 0 1000 101010 10101111 1011101 11110

Color Harmonies of #059387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059387

Black with #059387

Text Example


Text Example

White with #059387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #059387; }

 p { color: rgb(5,147,135); }

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

background-color css

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

 a { background-color: rgb(5,147,135); }

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

border-color css

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

 span { border-color: rgb(5,147,135); }

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