#059486

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

Shades of Dark Cyan #059486

Tints of Dark Cyan #059486

Color information

#059486 (or 0x059486) is unknown color: approx Dark Cyan. HEX triplet: 05, 94 and 86. RGB value is (5,148,134). Sum of RGB (Red+Green+Blue) = 5+148+134=287 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.74% from 287); Green value is 148 (58.20% from 255 or 51.57% from 287); Blue value is 134 (52.73% from 255 or 46.69% from 287); Max value from RGB is 148 - color contains mainly: green. Hex color #059486 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059486 is #FA6B79. Grayscale: #676767. Windows color (decimal): -16411514 or 8819717. OLE color: 8819717.

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

Color convert

RGB5148134-
CMYK0.9700.090.42
HSL174.13º93.46%30%-
HSV(B)174.13º96.62%58.04%-
XYZ14.9622.9326.19-
YUV103.65145.1257.64-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.74%
GREEN value IS 148 (58.20% from 255) = 51.57%
BLUE value IS 134 (52.73% from 255) = 46.69%
R=1.74%
G=51.57%
B=46.69%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal51481340.9700.090.42174.1393.4630
Hex5948661092Aae5d1e
Octal52242061410115225613536
Binary101100101001000011011000010100110101010101110101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #059486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #059486; }

 p { color: rgb(5,148,134); }

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

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

 a { background-color: rgb(5,148,134); }

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

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

 span { border-color: rgb(5,148,134); }

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