#058E90

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

Shades of Dark Cyan #058E90

Tints of Dark Cyan #058E90

Color information

#058E90 (or 0x058E90) is unknown color: approx Dark Cyan. HEX triplet: 05, 8E and 90. RGB value is (5,142,144). Sum of RGB (Red+Green+Blue) = 5+142+144=291 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.72% from 291); Green value is 142 (55.86% from 255 or 48.80% from 291); Blue value is 144 (56.64% from 255 or 49.48% from 291); Max value from RGB is 144 - color contains mainly: blue. Hex color #058E90 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058E90 is #FA716F. Grayscale: #656565. Windows color (decimal): -16413040 or 9473541. OLE color: 9473541.

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

Color convert

RGB5142144-
CMYK0.970.0100.44
HSL180.86º93.29%29.22%-
HSV(B)180.86º96.53%56.47%-
XYZ14.7721.3929.74-
YUV101.26152.1159.34-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.72%
GREEN value IS 142 (55.86% from 255) = 48.80%
BLUE value IS 144 (56.64% from 255) = 49.48%
R=1.72%
G=48.80%
B=49.48%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal51421440.970.0100.44180.8693.2929.22
Hex58E9061102Cb55d1d
Octal5216220141105426513535
Binary101100011101001000011000011010110010110101101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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