#059166

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

Shades of Observatory #059166

Tints of Observatory #059166

Color information

#059166 (or 0x059166) is unknown color: approx Observatory. HEX triplet: 05, 91 and 66. RGB value is (5,145,102). Sum of RGB (Red+Green+Blue) = 5+145+102=252 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.98% from 252); Green value is 145 (57.03% from 255 or 57.54% from 252); Blue value is 102 (40.23% from 255 or 40.48% from 252); Max value from RGB is 145 - color contains mainly: green. Hex color #059166 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #059166 is #FA6E99. Grayscale: #626262. Windows color (decimal): -16412314 or 6721797. OLE color: 6721797.

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

Color convert

RGB5145102-
CMYK0.9700.300.43
HSL161.57º93.33%29.41%-
HSV(B)161.57º96.55%56.86%-
XYZ12.5921.2416.01-
YUV98.24130.1261.5-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.98%
GREEN value IS 145 (57.03% from 255) = 57.54%
BLUE value IS 102 (40.23% from 255) = 40.48%
R=1.98%
G=57.54%
B=40.48%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal51451020.9700.300.43161.5793.3329.41
Hex591666101E2Ba25d1d
Octal52211461410365324213535
Binary101100100011100110110000101111010101110100010101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #059166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #059166; }

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

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

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

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

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

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

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

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