#05868E

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

Shades of Dark Cyan #05868E

Tints of Dark Cyan #05868E

Color information

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

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

Color convert

RGB5134142-
CMYK0.960.0600.44
HSL183.5º93.2%28.82%-
HSV(B)183.5º96.48%55.69%-
XYZ13.4719.0428.56-
YUV96.34153.7662.85-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal51341420.960.0600.44183.593.228.82
Hex5868E60602Cb85d1d
Octal5206216140605427013535
Binary10110000110100011101100000110010110010111000101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05868E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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