#058E95

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

Shades of Dark Cyan #058E95

Tints of Dark Cyan #058E95

Color information

#058E95 (or 0x058E95) is unknown color: approx Dark Cyan. HEX triplet: 05, 8E and 95. RGB value is (5,142,149). Sum of RGB (Red+Green+Blue) = 5+142+149=296 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.69% from 296); Green value is 142 (55.86% from 255 or 47.97% from 296); Blue value is 149 (58.59% from 255 or 50.34% from 296); Max value from RGB is 149 - color contains mainly: blue. Hex color #058E95 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058E95 is #FA716A. Grayscale: #656565. Windows color (decimal): -16413035 or 9801221. OLE color: 9801221.

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

Color convert

RGB5142149-
CMYK0.970.0500.42
HSL182.92º93.51%30.2%-
HSV(B)182.92º96.64%58.43%-
XYZ15.1621.5531.79-
YUV101.84154.6158.93-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.69%
GREEN value IS 142 (55.86% from 255) = 47.97%
BLUE value IS 149 (58.59% from 255) = 50.34%
R=1.69%
G=47.97%
B=50.34%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal51421490.970.0500.42182.9293.5130.2
Hex58E9561502Ab75e1e
Octal5216225141505226713636
Binary10110001110100101011100001101010101010110111101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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