#05856E

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

Shades of Observatory #05856E

Tints of Observatory #05856E

Color information

#05856E (or 0x05856E) is unknown color: approx Observatory. HEX triplet: 05, 85 and 6E. RGB value is (5,133,110). Sum of RGB (Red+Green+Blue) = 5+133+110=248 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.02% from 248); Green value is 133 (52.34% from 255 or 53.63% from 248); Blue value is 110 (43.36% from 255 or 44.35% from 248); Max value from RGB is 133 - color contains mainly: green. Hex color #05856E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05856E is #FA7A91. Grayscale: #5C5C5C. Windows color (decimal): -16415378 or 7243013. OLE color: 7243013.

HSL color Cylindrical-coordinate representation of color #05856E: hue angle of 169.22º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05856E is Cyan = 0.96, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB5133110-
CMYK0.9600.170.48
HSL169.22º92.75%27.06%-
HSV(B)169.22º96.24%52.16%-
XYZ11.2617.9317.62-
YUV92.11138.0965.87-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.02%
GREEN value IS 133 (52.34% from 255) = 53.63%
BLUE value IS 110 (43.36% from 255) = 44.35%
R=2.02%
G=53.63%
B=44.35%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal51331100.9600.170.48169.2292.7527.06
Hex5856E6001130a95d1b
Octal52051561400216025113533
Binary101100001011101110110000001000111000010101001101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05856E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05856E; }

 p { color: rgb(5,133,110); }

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

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

 a { background-color: rgb(5,133,110); }

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

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

 span { border-color: rgb(5,133,110); }

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