#059278

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

Shades of Observatory #059278

Tints of Observatory #059278

Color information

#059278 (or 0x059278) is unknown color: approx Observatory. HEX triplet: 05, 92 and 78. RGB value is (5,146,120). Sum of RGB (Red+Green+Blue) = 5+146+120=271 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.85% from 271); Green value is 146 (57.42% from 255 or 53.87% from 271); Blue value is 120 (47.27% from 255 or 44.28% from 271); Max value from RGB is 146 - color contains mainly: green. Hex color #059278 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #059278 is #FA6D87. Grayscale: #646464. Windows color (decimal): -16412040 or 7901701. OLE color: 7901701.

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

Color convert

RGB5146120-
CMYK0.9700.180.43
HSL168.94º93.38%29.61%-
HSV(B)168.94º96.58%57.25%-
XYZ13.7321.9521.28-
YUV100.88138.7959.61-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.85%
GREEN value IS 146 (57.42% from 255) = 53.87%
BLUE value IS 120 (47.27% from 255) = 44.28%
R=1.85%
G=53.87%
B=44.28%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal51461200.9700.180.43168.9493.3829.61
Hex59278610122Ba95d1e
Octal52221701410225325113536
Binary101100100101111000110000101001010101110101001101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #059278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #059278; }

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

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

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

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

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

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

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

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