#05856B

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

Shades of Observatory #05856B

Tints of Observatory #05856B

Color information

#05856B (or 0x05856B) is unknown color: approx Observatory. HEX triplet: 05, 85 and 6B. RGB value is (5,133,107). Sum of RGB (Red+Green+Blue) = 5+133+107=245 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.04% from 245); Green value is 133 (52.34% from 255 or 54.29% from 245); Blue value is 107 (42.19% from 255 or 43.67% from 245); Max value from RGB is 133 - color contains mainly: green. Hex color #05856B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05856B is #FA7A94. Grayscale: #5B5B5B. Windows color (decimal): -16415381 or 7046405. OLE color: 7046405.

HSL color Cylindrical-coordinate representation of color #05856B: hue angle of 167.81º 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 #05856B is Cyan = 0.96, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB5133107-
CMYK0.9600.200.48
HSL167.81º92.75%27.06%-
HSV(B)167.81º96.24%52.16%-
XYZ11.117.8716.77-
YUV91.76136.5966.11-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.04%
GREEN value IS 133 (52.34% from 255) = 54.29%
BLUE value IS 107 (42.19% from 255) = 43.67%
R=2.04%
G=54.29%
B=43.67%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal51331070.9600.200.48167.8192.7527.06
Hex5856B6001430a85d1b
Octal52051531400246025013533
Binary101100001011101011110000001010011000010101000101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05856B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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