#058B93

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

Shades of Dark Cyan #058B93

Tints of Dark Cyan #058B93

Color information

#058B93 (or 0x058B93) is unknown color: approx Dark Cyan. HEX triplet: 05, 8B and 93. RGB value is (5,139,147). Sum of RGB (Red+Green+Blue) = 5+139+147=291 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.72% from 291); Green value is 139 (54.69% from 255 or 47.77% from 291); Blue value is 147 (57.81% from 255 or 50.52% from 291); Max value from RGB is 147 - color contains mainly: blue. Hex color #058B93 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058B93 is #FA746C. Grayscale: #636363. Windows color (decimal): -16413805 or 9669381. OLE color: 9669381.

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

Color convert

RGB5139147-
CMYK0.970.0500.42
HSL183.38º93.42%29.8%-
HSV(B)183.38º96.6%57.65%-
XYZ14.5620.630.81-
YUV99.85154.6160.35-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.72%
GREEN value IS 139 (54.69% from 255) = 47.77%
BLUE value IS 147 (57.81% from 255) = 50.52%
R=1.72%
G=47.77%
B=50.52%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal51391470.970.0500.42183.3893.4229.8
Hex58B9361502Ab75d1e
Octal5213223141505226713536
Binary10110001011100100111100001101010101010110111101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,139,147); }

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

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

 a { background-color: rgb(5,139,147); }

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

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

 span { border-color: rgb(5,139,147); }

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