#059381

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

Shades of Dark Cyan #059381

Tints of Dark Cyan #059381

Color information

#059381 (or 0x059381) is unknown color: approx Dark Cyan. HEX triplet: 05, 93 and 81. RGB value is (5,147,129). Sum of RGB (Red+Green+Blue) = 5+147+129=281 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.78% from 281); Green value is 147 (57.81% from 255 or 52.31% from 281); Blue value is 129 (50.78% from 255 or 45.91% from 281); Max value from RGB is 147 - color contains mainly: green. Hex color #059381 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059381 is #FA6C7E. Grayscale: #666666. Windows color (decimal): -16411775 or 8491781. OLE color: 8491781.

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

Color convert

RGB5147129-
CMYK0.9700.120.42
HSL172.39º93.42%29.8%-
HSV(B)172.39º96.6%57.65%-
XYZ14.4622.4824.35-
YUV102.49142.9658.46-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.78%
GREEN value IS 147 (57.81% from 255) = 52.31%
BLUE value IS 129 (50.78% from 255) = 45.91%
R=1.78%
G=52.31%
B=45.91%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal51471290.9700.120.42172.3993.4229.8
Hex59381610C2Aac5d1e
Octal52232011410145225413536
Binary101100100111000000111000010110010101010101100101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #059381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #059381; }

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

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

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

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

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

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

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

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