#059173

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

Shades of Observatory #059173

Tints of Observatory #059173

Color information

#059173 (or 0x059173) is unknown color: approx Observatory. HEX triplet: 05, 91 and 73. RGB value is (5,145,115). Sum of RGB (Red+Green+Blue) = 5+145+115=265 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.89% from 265); Green value is 145 (57.03% from 255 or 54.72% from 265); Blue value is 115 (45.31% from 255 or 43.40% from 265); Max value from RGB is 145 - color contains mainly: green. Hex color #059173 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #059173 is #FA6E8C. Grayscale: #636363. Windows color (decimal): -16412301 or 7573765. OLE color: 7573765.

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

Color convert

RGB5145115-
CMYK0.9700.210.43
HSL167.14º93.33%29.41%-
HSV(B)167.14º96.55%56.86%-
XYZ13.2821.5219.67-
YUV99.72136.6260.44-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.89%
GREEN value IS 145 (57.03% from 255) = 54.72%
BLUE value IS 115 (45.31% from 255) = 43.40%
R=1.89%
G=54.72%
B=43.40%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal51451150.9700.210.43167.1493.3329.41
Hex59173610152Ba75d1d
Octal52211631410255324713535
Binary101100100011110011110000101010110101110100111101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #059173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #059173; }

 p { color: rgb(5,145,115); }

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

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

 a { background-color: rgb(5,145,115); }

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

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

 span { border-color: rgb(5,145,115); }

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