#059079

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

Shades of Observatory #059079

Tints of Observatory #059079

Color information

#059079 (or 0x059079) is unknown color: approx Observatory. HEX triplet: 05, 90 and 79. RGB value is (5,144,121). Sum of RGB (Red+Green+Blue) = 5+144+121=270 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.85% from 270); Green value is 144 (56.64% from 255 or 53.33% from 270); Blue value is 121 (47.66% from 255 or 44.81% from 270); Max value from RGB is 144 - color contains mainly: green. Hex color #059079 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #059079 is #FA6F86. Grayscale: #636363. Windows color (decimal): -16412551 or 7966725. OLE color: 7966725.

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

Color convert

RGB5144121-
CMYK0.9700.160.44
HSL170.07º93.29%29.22%-
HSV(B)170.07º96.53%56.47%-
XYZ13.4921.3621.5-
YUV99.82139.9560.37-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.85%
GREEN value IS 144 (56.64% from 255) = 53.33%
BLUE value IS 121 (47.66% from 255) = 44.81%
R=1.85%
G=53.33%
B=44.81%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal51441210.9700.160.44170.0793.2929.22
Hex59079610102Caa5d1d
Octal52201711410205425213535
Binary101100100001111001110000101000010110010101010101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #059079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #059079; }

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

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

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

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

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

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

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

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