#058E79

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

Shades of Observatory #058E79

Tints of Observatory #058E79

Color information

#058E79 (or 0x058E79) is unknown color: approx Observatory. HEX triplet: 05, 8E and 79. RGB value is (5,142,121). Sum of RGB (Red+Green+Blue) = 5+142+121=268 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.87% from 268); Green value is 142 (55.86% from 255 or 52.99% from 268); Blue value is 121 (47.66% from 255 or 45.15% from 268); Max value from RGB is 142 - color contains mainly: green. Hex color #058E79 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058E79 is #FA7186. Grayscale: #626262. Windows color (decimal): -16413063 or 7966213. OLE color: 7966213.

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

Color convert

RGB5142121-
CMYK0.9600.150.44
HSL170.8º93.2%28.82%-
HSV(B)170.8º96.48%55.69%-
XYZ13.1920.7621.4-
YUV98.64140.6161.21-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.87%
GREEN value IS 142 (55.86% from 255) = 52.99%
BLUE value IS 121 (47.66% from 255) = 45.15%
R=1.87%
G=52.99%
B=45.15%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal51421210.9600.150.44170.893.228.82
Hex58E79600F2Cab5d1d
Octal52161711400175425313535
Binary10110001110111100111000000111110110010101011101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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