#059385

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

Shades of Dark Cyan #059385

Tints of Dark Cyan #059385

Color information

#059385 (or 0x059385) is unknown color: approx Dark Cyan. HEX triplet: 05, 93 and 85. RGB value is (5,147,133). Sum of RGB (Red+Green+Blue) = 5+147+133=285 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.75% from 285); Green value is 147 (57.81% from 255 or 51.58% from 285); Blue value is 133 (52.34% from 255 or 46.67% from 285); Max value from RGB is 147 - color contains mainly: green. Hex color #059385 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059385 is #FA6C7A. Grayscale: #666666. Windows color (decimal): -16411771 or 8753925. OLE color: 8753925.

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

Color convert

RGB5147133-
CMYK0.9700.100.42
HSL174.08º93.42%29.8%-
HSV(B)174.08º96.6%57.65%-
XYZ14.7322.5925.77-
YUV102.95144.9658.14-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.75%
GREEN value IS 147 (57.81% from 255) = 51.58%
BLUE value IS 133 (52.34% from 255) = 46.67%
R=1.75%
G=51.58%
B=46.67%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal51471330.9700.100.42174.0893.4229.8
Hex59385610A2Aae5d1e
Octal52232051410125225613536
Binary101100100111000010111000010101010101010101110101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #059385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #059385; }

 p { color: rgb(5,147,133); }

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

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

 a { background-color: rgb(5,147,133); }

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

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

 span { border-color: rgb(5,147,133); }

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