#059892

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

Shades of Dark Cyan #059892

Tints of Dark Cyan #059892

Color information

#059892 (or 0x059892) is unknown color: approx Dark Cyan. HEX triplet: 05, 98 and 92. RGB value is (5,152,146). Sum of RGB (Red+Green+Blue) = 5+152+146=303 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.65% from 303); Green value is 152 (59.77% from 255 or 50.17% from 303); Blue value is 146 (57.42% from 255 or 48.18% from 303); Max value from RGB is 152 - color contains mainly: green. Hex color #059892 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059892 is #FA676D. Grayscale: #6B6B6B. Windows color (decimal): -16410478 or 9607173. OLE color: 9607173.

HSL color Cylindrical-coordinate representation of color #059892: hue angle of 177.55º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059892 is Cyan = 0.97, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.40.

Color convert

RGB5152146-
CMYK0.9700.040.40
HSL177.55º93.63%30.78%-
HSV(B)177.55º96.71%59.61%-
XYZ16.4824.5631.07-
YUV107.36149.854.99-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.65%
GREEN value IS 152 (59.77% from 255) = 50.17%
BLUE value IS 146 (57.42% from 255) = 48.18%
R=1.65%
G=50.17%
B=48.18%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal51521460.9700.040.40177.5593.6330.78
Hex59892610428b25e1f
Octal5230222141045026213637
Binary10110011000100100101100001010010100010110010101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #059892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #059892; }

 p { color: rgb(5,152,146); }

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

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

 a { background-color: rgb(5,152,146); }

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

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

 span { border-color: rgb(5,152,146); }

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