#05868C

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

Shades of Dark Cyan #05868C

Tints of Dark Cyan #05868C

Color information

#05868C (or 0x05868C) is unknown color: approx Dark Cyan. HEX triplet: 05, 86 and 8C. RGB value is (5,134,140). Sum of RGB (Red+Green+Blue) = 5+134+140=279 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.79% from 279); Green value is 134 (52.73% from 255 or 48.03% from 279); Blue value is 140 (55.08% from 255 or 50.18% from 279); Max value from RGB is 140 - color contains mainly: blue. Hex color #05868C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05868C is #FA7973. Grayscale: #5F5F5F. Windows color (decimal): -16415092 or 9209349. OLE color: 9209349.

HSL color Cylindrical-coordinate representation of color #05868C: hue angle of 182.67º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05868C is Cyan = 0.96, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5134140-
CMYK0.960.0400.45
HSL182.67º93.1%28.43%-
HSV(B)182.67º96.43%54.9%-
XYZ13.3218.9827.77-
YUV96.11152.7663.01-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.79%
GREEN value IS 134 (52.73% from 255) = 48.03%
BLUE value IS 140 (55.08% from 255) = 50.18%
R=1.79%
G=48.03%
B=50.18%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal51341400.960.0400.45182.6793.128.43
Hex5868C60402Db75d1c
Octal5206214140405526713534
Binary10110000110100011001100000100010110110110111101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05868C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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