#059367

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

Shades of Observatory #059367

Tints of Observatory #059367

Color information

#059367 (or 0x059367) is unknown color: approx Observatory. HEX triplet: 05, 93 and 67. RGB value is (5,147,103). Sum of RGB (Red+Green+Blue) = 5+147+103=255 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.96% from 255); Green value is 147 (57.81% from 255 or 57.65% from 255); Blue value is 103 (40.62% from 255 or 40.39% from 255); Max value from RGB is 147 - color contains mainly: green. Hex color #059367 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #059367 is #FA6C98. Grayscale: #636363. Windows color (decimal): -16411801 or 6787845. OLE color: 6787845.

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

Color convert

RGB5147103-
CMYK0.9700.300.42
HSL161.41º93.42%29.8%-
HSV(B)161.41º96.6%57.65%-
XYZ12.9421.8816.37-
YUV99.53129.9660.58-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.96%
GREEN value IS 147 (57.81% from 255) = 57.65%
BLUE value IS 103 (40.62% from 255) = 40.39%
R=1.96%
G=57.65%
B=40.39%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal51471030.9700.300.42161.4193.4229.8
Hex593676101E2Aa15d1e
Octal52231471410365224113536
Binary101100100111100111110000101111010101010100001101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #059367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #059367; }

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

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

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

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

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

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

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

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