#059593

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

Shades of Dark Cyan #059593

Tints of Dark Cyan #059593

Color information

#059593 (or 0x059593) is unknown color: approx Dark Cyan. HEX triplet: 05, 95 and 93. RGB value is (5,149,147). Sum of RGB (Red+Green+Blue) = 5+149+147=301 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.66% from 301); Green value is 149 (58.59% from 255 or 49.50% from 301); Blue value is 147 (57.81% from 255 or 48.84% from 301); Max value from RGB is 149 - color contains mainly: green. Hex color #059593 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059593 is #FA6A6C. Grayscale: #696969. Windows color (decimal): -16411245 or 9671941. OLE color: 9671941.

HSL color Cylindrical-coordinate representation of color #059593: hue angle of 179.17º degrees, saturation: 0.94, 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 #059593 is Cyan = 0.97, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB5149147-
CMYK0.9700.010.42
HSL179.17º93.51%30.2%-
HSV(B)179.17º96.64%58.43%-
XYZ16.0823.6331.32-
YUV105.72151.2956.16-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.66%
GREEN value IS 149 (58.59% from 255) = 49.50%
BLUE value IS 147 (57.81% from 255) = 48.84%
R=1.66%
G=49.50%
B=48.84%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal51491470.9700.010.42179.1793.5130.2
Hex5959361012Ab35e1e
Octal5225223141015226313636
Binary101100101011001001111000010110101010110011101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #059593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #059593; }

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

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

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

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

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

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

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

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