#058291

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

Shades of Dark Cyan #058291

Tints of Dark Cyan #058291

Color information

#058291 (or 0x058291) is unknown color: approx Dark Cyan. HEX triplet: 05, 82 and 91. RGB value is (5,130,145). Sum of RGB (Red+Green+Blue) = 5+130+145=280 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.79% from 280); Green value is 130 (51.17% from 255 or 46.43% from 280); Blue value is 145 (57.03% from 255 or 51.79% from 280); Max value from RGB is 145 - color contains mainly: blue. Hex color #058291 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058291 is #FA7D6E. Grayscale: #5E5E5E. Windows color (decimal): -16416111 or 9536005. OLE color: 9536005.

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

Color convert

RGB5130145-
CMYK0.970.1000.43
HSL186.43º93.33%29.41%-
HSV(B)186.43º96.55%56.86%-
XYZ13.1618.0429.58-
YUV94.34156.5964.28-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.79%
GREEN value IS 130 (51.17% from 255) = 46.43%
BLUE value IS 145 (57.03% from 255) = 51.79%
R=1.79%
G=46.43%
B=51.79%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal51301450.970.1000.43186.4393.3329.41
Hex5829161A02Bba5d1d
Octal52022211411205327213535
Binary101100000101001000111000011010010101110111010101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #058291; }

 p { color: rgb(5,130,145); }

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

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

 a { background-color: rgb(5,130,145); }

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

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

 span { border-color: rgb(5,130,145); }

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