#059092

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

Shades of Dark Cyan #059092

Tints of Dark Cyan #059092

Color information

#059092 (or 0x059092) is unknown color: approx Dark Cyan. HEX triplet: 05, 90 and 92. RGB value is (5,144,146). Sum of RGB (Red+Green+Blue) = 5+144+146=295 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.69% from 295); Green value is 144 (56.64% from 255 or 48.81% from 295); Blue value is 146 (57.42% from 255 or 49.49% from 295); Max value from RGB is 146 - color contains mainly: blue. Hex color #059092 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059092 is #FA6F6D. Grayscale: #666666. Windows color (decimal): -16412526 or 9605125. OLE color: 9605125.

HSL color Cylindrical-coordinate representation of color #059092: hue angle of 180.85º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059092 is Cyan = 0.97, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5144146-
CMYK0.970.0100.43
HSL180.85º93.38%29.61%-
HSV(B)180.85º96.58%57.25%-
XYZ15.2222.0530.65-
YUV102.67152.4558.34-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.69%
GREEN value IS 144 (56.64% from 255) = 48.81%
BLUE value IS 146 (57.42% from 255) = 49.49%
R=1.69%
G=48.81%
B=49.49%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal51441460.970.0100.43180.8593.3829.61
Hex5909261102Bb55d1e
Octal5220222141105326513536
Binary101100100001001001011000011010101110110101101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #059092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #059092; }

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

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

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

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

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

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

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

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