#059366

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

Shades of Observatory #059366

Tints of Observatory #059366

Color information

#059366 (or 0x059366) is unknown color: approx Observatory. HEX triplet: 05, 93 and 66. RGB value is (5,147,102). Sum of RGB (Red+Green+Blue) = 5+147+102=254 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.97% from 254); Green value is 147 (57.81% from 255 or 57.87% from 254); Blue value is 102 (40.23% from 255 or 40.16% from 254); Max value from RGB is 147 - color contains mainly: green. Hex color #059366 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #059366 is #FA6C99. Grayscale: #636363. Windows color (decimal): -16411802 or 6722309. OLE color: 6722309.

HSL color Cylindrical-coordinate representation of color #059366: hue angle of 160.99º 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 #059366 is Cyan = 0.97, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.42.

Color convert

RGB5147102-
CMYK0.9700.310.42
HSL160.99º93.42%29.8%-
HSV(B)160.99º96.6%57.65%-
XYZ12.8921.8616.11-
YUV99.41129.4660.66-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.97%
GREEN value IS 147 (57.81% from 255) = 57.87%
BLUE value IS 102 (40.23% from 255) = 40.16%
R=1.97%
G=57.87%
B=40.16%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal51471020.9700.310.42160.9993.4229.8
Hex593666101F2Aa15d1e
Octal52231461410375224113536
Binary101100100111100110110000101111110101010100001101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #059366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #059366; }

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

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

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

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

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

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

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

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