#058E87

Color #058E87 Dark Cyan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cyan #058E87

Tints of Dark Cyan #058E87

Color information

#058E87 (or 0x058E87) is unknown color: approx Dark Cyan. HEX triplet: 05, 8E and 87. RGB value is (5,142,135). Sum of RGB (Red+Green+Blue) = 5+142+135=282 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.77% from 282); Green value is 142 (55.86% from 255 or 50.35% from 282); Blue value is 135 (53.12% from 255 or 47.87% from 282); Max value from RGB is 142 - color contains mainly: green. Hex color #058E87 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058E87 is #FA7178. Grayscale: #646464. Windows color (decimal): -16413049 or 8883717. OLE color: 8883717.

HSL color Cylindrical-coordinate representation of color #058E87: hue angle of 176.93º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058E87 is Cyan = 0.96, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.44.

Color convert

RGB5142135-
CMYK0.9600.050.44
HSL176.93º93.2%28.82%-
HSV(B)176.93º96.48%55.69%-
XYZ14.1121.1326.26-
YUV100.24147.6160.07-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.77%
GREEN value IS 142 (55.86% from 255) = 50.35%
BLUE value IS 135 (53.12% from 255) = 47.87%
R=1.77%
G=50.35%
B=47.87%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal51421350.9600.050.44176.9393.228.82
Hex58E8760052Cb15d1d
Octal5216207140055426113535
Binary10110001110100001111100000010110110010110001101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #058E87; }

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

 H1.HeaderClassName
 {
   color: #058E87;
 }
 .AnyTagClassName
 {
   color: #058E87;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #058E87;
 }
 .BgClassName
 {
   background-color: #058E87;
 }
</style>
border-color css

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

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

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