#058388

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

Shades of Dark Cyan #058388

Tints of Dark Cyan #058388

Color information

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

HSL color Cylindrical-coordinate representation of color #058388: hue angle of 182.29º 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 #058388 is Cyan = 0.96, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5131136-
CMYK0.960.0400.47
HSL182.29º92.91%27.65%-
HSV(B)182.29º96.32%53.33%-
XYZ12.6218.0426.11-
YUV93.9151.7664.59-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal51311360.960.0400.47182.2992.9127.65
Hex5838860402Fb65d1c
Octal5203210140405726613534
Binary10110000011100010001100000100010111110110110101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #058388; }

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

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

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

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

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

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

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

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