Html Css Color HEX #059887 Dark Cyan

📋 copy color: '#059887'

red 5 ◦ green 152 ◦ blue 135

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

Shades of Dark Cyan #059887

Tints of Dark Cyan #059887

RGB

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

 GREEN value IS 152 (59.77% from 255) = 52.05%

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

R = 1.71%
G = 52.05%
B = 46.23%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.11

 K value IS 0.40

RGB Variations

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

Color information

#059887 (or 0x059887) is known color: Dark Cyan. HEX triplet: 05, 98 and 87. RGB value is (5,152,135). Sum of RGB (Red+Green+Blue) = 5+152+135=292 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.71% from 292); Green value is 152 (59.77% from 255 or 52.05% from 292); Blue value is 135 (53.12% from 255 or 46.23% from 292); Max value from RGB is 152 - color contains mainly: green. Hex color #059887 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059887 is #FA6778. Grayscale: #6A6A6A. Windows color (decimal): -16410489 or 8886277. OLE color: 8886277.

HSL color Cylindrical-coordinate representation of color #059887: hue angle of 173.06º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059887 is Cyan = 0.97, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.40.

Color convert

RGB 5 152 135 -
CMYK 0.97 0 0.11 0.40
HSL 173.06º 0.94% 0.31% -
HSV(B) 173.06º 0.97% 0.6% -
XYZ 15.66 24.24 26.77 -
YUV 106.11 144.3 55.88 -
System Red Green Blue C M Y K H S L
Decimal 5 152 135 0.97 0 0.11 0.40 173.06 0.94 0.31
Hex 5 98 87 61 0 B 28 AD 5E 1F
Octal 5 230 207 141 0 13 50 255 136 37
Binary 101 10011000 10000111 1100001 0 1011 101000 10101101 1011110 11111

Color Harmonies of #059887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059887

Black with #059887

Text Example


Text Example

White with #059887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #059887; }

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

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

background-color css

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

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

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

border-color css

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

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

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