#058D79

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

Shades of Observatory #058D79

Tints of Observatory #058D79

Color information

#058D79 (or 0x058D79) is unknown color: approx Observatory. HEX triplet: 05, 8D and 79. RGB value is (5,141,121). Sum of RGB (Red+Green+Blue) = 5+141+121=267 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.87% from 267); Green value is 141 (55.47% from 255 or 52.81% from 267); Blue value is 121 (47.66% from 255 or 45.32% from 267); Max value from RGB is 141 - color contains mainly: green. Hex color #058D79 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058D79 is #FA7286. Grayscale: #626262. Windows color (decimal): -16413319 or 7965957. OLE color: 7965957.

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

Color convert

RGB5141121-
CMYK0.9600.140.45
HSL171.18º93.15%28.63%-
HSV(B)171.18º96.45%55.29%-
XYZ13.0420.4621.35-
YUV98.06140.9461.63-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.87%
GREEN value IS 141 (55.47% from 255) = 52.81%
BLUE value IS 121 (47.66% from 255) = 45.32%
R=1.87%
G=52.81%
B=45.32%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal51411210.9600.140.45171.1893.1528.63
Hex58D79600E2Dab5d1d
Octal52151711400165525313535
Binary10110001101111100111000000111010110110101011101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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