#058B89

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

Shades of Dark Cyan #058B89

Tints of Dark Cyan #058B89

Color information

#058B89 (or 0x058B89) is unknown color: approx Dark Cyan. HEX triplet: 05, 8B and 89. RGB value is (5,139,137). Sum of RGB (Red+Green+Blue) = 5+139+137=281 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.78% from 281); Green value is 139 (54.69% from 255 or 49.47% from 281); Blue value is 137 (53.91% from 255 or 48.75% from 281); Max value from RGB is 139 - color contains mainly: green. Hex color #058B89 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058B89 is #FA7476. Grayscale: #626262. Windows color (decimal): -16413815 or 9014021. OLE color: 9014021.

HSL color Cylindrical-coordinate representation of color #058B89: hue angle of 179.1º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058B89 is Cyan = 0.96, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.45.

Color convert

RGB5139137-
CMYK0.9600.010.45
HSL179.1º93.06%28.24%-
HSV(B)179.1º96.4%54.51%-
XYZ13.8120.326.86-
YUV98.71149.6161.16-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.78%
GREEN value IS 139 (54.69% from 255) = 49.47%
BLUE value IS 137 (53.91% from 255) = 48.75%
R=1.78%
G=49.47%
B=48.75%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal51391370.9600.010.45179.193.0628.24
Hex58B8960012Db35d1c
Octal5213211140015526313534
Binary101100010111000100111000000110110110110011101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058B89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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