#058B85

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

Shades of Dark Cyan #058B85

Tints of Dark Cyan #058B85

Color information

#058B85 (or 0x058B85) is unknown color: approx Dark Cyan. HEX triplet: 05, 8B and 85. RGB value is (5,139,133). Sum of RGB (Red+Green+Blue) = 5+139+133=277 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.81% from 277); Green value is 139 (54.69% from 255 or 50.18% from 277); Blue value is 133 (52.34% from 255 or 48.01% from 277); Max value from RGB is 139 - color contains mainly: green. Hex color #058B85 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058B85 is #FA747A. Grayscale: #626262. Windows color (decimal): -16413819 or 8751877. OLE color: 8751877.

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

Color convert

RGB5139133-
CMYK0.9600.040.45
HSL177.31º93.06%28.24%-
HSV(B)177.31º96.4%54.51%-
XYZ13.5320.1925.37-
YUV98.25147.6161.49-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.81%
GREEN value IS 139 (54.69% from 255) = 50.18%
BLUE value IS 133 (52.34% from 255) = 48.01%
R=1.81%
G=50.18%
B=48.01%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal51391330.9600.040.45177.3193.0628.24
Hex58B8560042Db15d1c
Octal5213205140045526113534
Binary10110001011100001011100000010010110110110001101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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