#058E86

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

Shades of Dark Cyan #058E86

Tints of Dark Cyan #058E86

Color information

#058E86 (or 0x058E86) is unknown color: approx Dark Cyan. HEX triplet: 05, 8E and 86. RGB value is (5,142,134). Sum of RGB (Red+Green+Blue) = 5+142+134=281 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.78% from 281); Green value is 142 (55.86% from 255 or 50.53% from 281); Blue value is 134 (52.73% from 255 or 47.69% from 281); Max value from RGB is 142 - color contains mainly: green. Hex color #058E86 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058E86 is #FA7179. Grayscale: #646464. Windows color (decimal): -16413050 or 8818181. OLE color: 8818181.

HSL color Cylindrical-coordinate representation of color #058E86: hue angle of 176.5º 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 #058E86 is Cyan = 0.96, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.44.

Color convert

RGB5142134-
CMYK0.9600.060.44
HSL176.5º93.2%28.82%-
HSV(B)176.5º96.48%55.69%-
XYZ14.0421.125.89-
YUV100.12147.1160.15-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.78%
GREEN value IS 142 (55.86% from 255) = 50.53%
BLUE value IS 134 (52.73% from 255) = 47.69%
R=1.78%
G=50.53%
B=47.69%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal51421340.9600.060.44176.593.228.82
Hex58E8660062Cb05d1d
Octal5216206140065426013535
Binary10110001110100001101100000011010110010110000101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058E86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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