#059081

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

Shades of Dark Cyan #059081

Tints of Dark Cyan #059081

Color information

#059081 (or 0x059081) is unknown color: approx Dark Cyan. HEX triplet: 05, 90 and 81. RGB value is (5,144,129). Sum of RGB (Red+Green+Blue) = 5+144+129=278 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.80% from 278); Green value is 144 (56.64% from 255 or 51.80% from 278); Blue value is 129 (50.78% from 255 or 46.40% from 278); Max value from RGB is 144 - color contains mainly: green. Hex color #059081 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059081 is #FA6F7E. Grayscale: #646464. Windows color (decimal): -16412543 or 8491013. OLE color: 8491013.

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

Color convert

RGB5144129-
CMYK0.9700.100.44
HSL173.53º93.29%29.22%-
HSV(B)173.53º96.53%56.47%-
XYZ1421.5624.19-
YUV100.73143.9559.72-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.80%
GREEN value IS 144 (56.64% from 255) = 51.80%
BLUE value IS 129 (50.78% from 255) = 46.40%
R=1.80%
G=51.80%
B=46.40%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal51441290.9700.100.44173.5393.2929.22
Hex59081610A2Cae5d1d
Octal52202011410125425613535
Binary101100100001000000111000010101010110010101110101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #059081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #059081; }

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

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

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

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

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

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

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

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