#058D90

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

Shades of Dark Cyan #058D90

Tints of Dark Cyan #058D90

Color information

#058D90 (or 0x058D90) is unknown color: approx Dark Cyan. HEX triplet: 05, 8D and 90. RGB value is (5,141,144). Sum of RGB (Red+Green+Blue) = 5+141+144=290 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.72% from 290); Green value is 141 (55.47% from 255 or 48.62% from 290); Blue value is 144 (56.64% from 255 or 49.66% from 290); Max value from RGB is 144 - color contains mainly: blue. Hex color #058D90 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058D90 is #FA726F. Grayscale: #646464. Windows color (decimal): -16413296 or 9473285. OLE color: 9473285.

HSL color Cylindrical-coordinate representation of color #058D90: hue angle of 181.29º 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 #058D90 is Cyan = 0.97, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5141144-
CMYK0.970.0200.44
HSL181.29º93.29%29.22%-
HSV(B)181.29º96.53%56.47%-
XYZ14.6221.129.69-
YUV100.68152.4459.76-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.72%
GREEN value IS 141 (55.47% from 255) = 48.62%
BLUE value IS 144 (56.64% from 255) = 49.66%
R=1.72%
G=48.62%
B=49.66%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal51411440.970.0200.44181.2993.2929.22
Hex58D9061202Cb55d1d
Octal5215220141205426513535
Binary1011000110110010000110000110010110010110101101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #058D90; }

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

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

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

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

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

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

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

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