#059378

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

Shades of Observatory #059378

Tints of Observatory #059378

Color information

#059378 (or 0x059378) is unknown color: approx Observatory. HEX triplet: 05, 93 and 78. RGB value is (5,147,120). Sum of RGB (Red+Green+Blue) = 5+147+120=272 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.84% from 272); Green value is 147 (57.81% from 255 or 54.04% from 272); Blue value is 120 (47.27% from 255 or 44.12% from 272); Max value from RGB is 147 - color contains mainly: green. Hex color #059378 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #059378 is #FA6C87. Grayscale: #656565. Windows color (decimal): -16411784 or 7901957. OLE color: 7901957.

HSL color Cylindrical-coordinate representation of color #059378: hue angle of 168.59º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059378 is Cyan = 0.97, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB5147120-
CMYK0.9700.180.42
HSL168.59º93.42%29.8%-
HSV(B)168.59º96.6%57.65%-
XYZ13.8922.2621.33-
YUV101.46138.4659.2-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.84%
GREEN value IS 147 (57.81% from 255) = 54.04%
BLUE value IS 120 (47.27% from 255) = 44.12%
R=1.84%
G=54.04%
B=44.12%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal51471200.9700.180.42168.5993.4229.8
Hex59378610122Aa95d1e
Octal52231701410225225113536
Binary101100100111111000110000101001010101010101001101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #059378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #059378; }

 p { color: rgb(5,147,120); }

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

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

 a { background-color: rgb(5,147,120); }

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

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

 span { border-color: rgb(5,147,120); }

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