#058B8A

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

Shades of Dark Cyan #058B8A

Tints of Dark Cyan #058B8A

Color information

#058B8A (or 0x058B8A) is unknown color: approx Dark Cyan. HEX triplet: 05, 8B and 8A. RGB value is (5,139,138). Sum of RGB (Red+Green+Blue) = 5+139+138=282 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.77% from 282); Green value is 139 (54.69% from 255 or 49.29% from 282); Blue value is 138 (54.30% from 255 or 48.94% from 282); Max value from RGB is 139 - color contains mainly: green. Hex color #058B8A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058B8A is #FA7475. Grayscale: #626262. Windows color (decimal): -16413814 or 9079557. OLE color: 9079557.

HSL color Cylindrical-coordinate representation of color #058B8A: hue angle of 179.55º 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 #058B8A is Cyan = 0.96, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.45.

Color convert

RGB5139138-
CMYK0.9600.010.45
HSL179.55º93.06%28.24%-
HSV(B)179.55º96.4%54.51%-
XYZ13.8820.3327.24-
YUV98.82150.1161.08-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.77%
GREEN value IS 139 (54.69% from 255) = 49.29%
BLUE value IS 138 (54.30% from 255) = 48.94%
R=1.77%
G=49.29%
B=48.94%

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
Decimal51391380.9600.010.45179.5593.0628.24
Hex58B8A60012Db45d1c
Octal5213212140015526413534
Binary101100010111000101011000000110110110110100101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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