#05908E

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

Shades of Dark Cyan #05908E

Tints of Dark Cyan #05908E

Color information

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

HSL color Cylindrical-coordinate representation of color #05908E: hue angle of 179.14º 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 #05908E is Cyan = 0.97, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.44.

Color convert

RGB5144142-
CMYK0.9700.010.44
HSL179.14º93.29%29.22%-
HSV(B)179.14º96.53%56.47%-
XYZ14.9221.9329.04-
YUV102.21150.4558.66-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal51441420.9700.010.44179.1493.2929.22
Hex5908E61012Cb35d1d
Octal5220216141015426313535
Binary101100100001000111011000010110110010110011101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05908E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05908E; }

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

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

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

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

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

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

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

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