#05916A

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

Shades of Observatory #05916A

Tints of Observatory #05916A

Color information

#05916A (or 0x05916A) is unknown color: approx Observatory. HEX triplet: 05, 91 and 6A. RGB value is (5,145,106). Sum of RGB (Red+Green+Blue) = 5+145+106=256 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.95% from 256); Green value is 145 (57.03% from 255 or 56.64% from 256); Blue value is 106 (41.80% from 255 or 41.41% from 256); Max value from RGB is 145 - color contains mainly: green. Hex color #05916A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05916A is #FA6E95. Grayscale: #626262. Windows color (decimal): -16412310 or 6983941. OLE color: 6983941.

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

Color convert

RGB5145106-
CMYK0.9700.270.43
HSL163.29º93.33%29.41%-
HSV(B)163.29º96.55%56.86%-
XYZ12.7921.3217.08-
YUV98.69132.1261.17-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.95%
GREEN value IS 145 (57.03% from 255) = 56.64%
BLUE value IS 106 (41.80% from 255) = 41.41%
R=1.95%
G=56.64%
B=41.41%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal51451060.9700.270.43163.2993.3329.41
Hex5916A6101B2Ba35d1d
Octal52211521410335324313535
Binary101100100011101010110000101101110101110100011101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05916A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05916A; }

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

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

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

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

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

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

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

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