#058E73

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

Shades of Observatory #058E73

Tints of Observatory #058E73

Color information

#058E73 (or 0x058E73) is unknown color: approx Observatory. HEX triplet: 05, 8E and 73. RGB value is (5,142,115). Sum of RGB (Red+Green+Blue) = 5+142+115=262 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.91% from 262); Green value is 142 (55.86% from 255 or 54.20% from 262); Blue value is 115 (45.31% from 255 or 43.89% from 262); Max value from RGB is 142 - color contains mainly: green. Hex color #058E73 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058E73 is #FA718C. Grayscale: #616161. Windows color (decimal): -16413069 or 7572997. OLE color: 7572997.

HSL color Cylindrical-coordinate representation of color #058E73: hue angle of 168.18º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058E73 is Cyan = 0.96, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.

Color convert

RGB5142115-
CMYK0.9600.190.44
HSL168.18º93.2%28.82%-
HSV(B)168.18º96.48%55.69%-
XYZ12.8320.6219.52-
YUV97.96137.6161.7-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.91%
GREEN value IS 142 (55.86% from 255) = 54.20%
BLUE value IS 115 (45.31% from 255) = 43.89%
R=1.91%
G=54.20%
B=43.89%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal51421150.9600.190.44168.1893.228.82
Hex58E73600132Ca85d1d
Octal52161631400235425013535
Binary101100011101110011110000001001110110010101000101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,142,115); }

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

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

 a { background-color: rgb(5,142,115); }

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

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

 span { border-color: rgb(5,142,115); }

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