#058883

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

Shades of Dark Cyan #058883

Tints of Dark Cyan #058883

Color information

#058883 (or 0x058883) is unknown color: approx Dark Cyan. HEX triplet: 05, 88 and 83. RGB value is (5,136,131). Sum of RGB (Red+Green+Blue) = 5+136+131=272 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.84% from 272); Green value is 136 (53.52% from 255 or 50% from 272); Blue value is 131 (51.56% from 255 or 48.16% from 272); Max value from RGB is 136 - color contains mainly: green. Hex color #058883 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058883 is #FA777C. Grayscale: #606060. Windows color (decimal): -16414589 or 8620037. OLE color: 8620037.

HSL color Cylindrical-coordinate representation of color #058883: hue angle of 177.71º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058883 is Cyan = 0.96, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB5136131-
CMYK0.9600.040.47
HSL177.71º92.91%27.65%-
HSV(B)177.71º96.32%53.33%-
XYZ12.9619.2824.51-
YUV96.26147.662.91-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.84%
GREEN value IS 136 (53.52% from 255) = 50%
BLUE value IS 131 (51.56% from 255) = 48.16%
R=1.84%
G=50%
B=48.16%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal51361310.9600.040.47177.7192.9127.65
Hex5888360042Fb25d1c
Octal5210203140045726213534
Binary10110001000100000111100000010010111110110010101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #058883; }

 p { color: rgb(5,136,131); }

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

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

 a { background-color: rgb(5,136,131); }

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

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

 span { border-color: rgb(5,136,131); }

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