#058E76

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

Shades of Observatory #058E76

Tints of Observatory #058E76

Color information

#058E76 (or 0x058E76) is unknown color: approx Observatory. HEX triplet: 05, 8E and 76. RGB value is (5,142,118). Sum of RGB (Red+Green+Blue) = 5+142+118=265 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.89% from 265); Green value is 142 (55.86% from 255 or 53.58% from 265); Blue value is 118 (46.48% from 255 or 44.53% from 265); Max value from RGB is 142 - color contains mainly: green. Hex color #058E76 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058E76 is #FA7189. Grayscale: #626262. Windows color (decimal): -16413066 or 7769605. OLE color: 7769605.

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

Color convert

RGB5142118-
CMYK0.9600.170.44
HSL169.49º93.2%28.82%-
HSV(B)169.49º96.48%55.69%-
XYZ13.0120.6920.45-
YUV98.3139.1161.45-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.89%
GREEN value IS 142 (55.86% from 255) = 53.58%
BLUE value IS 118 (46.48% from 255) = 44.53%
R=1.89%
G=53.58%
B=44.53%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal51421180.9600.170.44169.4993.228.82
Hex58E76600112Ca95d1d
Octal52161661400215425113535
Binary101100011101110110110000001000110110010101001101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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