#05836B

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

Shades of Observatory #05836B

Tints of Observatory #05836B

Color information

#05836B (or 0x05836B) is unknown color: approx Observatory. HEX triplet: 05, 83 and 6B. RGB value is (5,131,107). Sum of RGB (Red+Green+Blue) = 5+131+107=243 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.06% from 243); Green value is 131 (51.56% from 255 or 53.91% from 243); Blue value is 107 (42.19% from 255 or 44.03% from 243); Max value from RGB is 131 - color contains mainly: green. Hex color #05836B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05836B is #FA7C94. Grayscale: #5A5A5A. Windows color (decimal): -16415893 or 7045893. OLE color: 7045893.

HSL color Cylindrical-coordinate representation of color #05836B: hue angle of 168.57º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05836B is Cyan = 0.96, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB5131107-
CMYK0.9600.180.49
HSL168.57º92.65%26.67%-
HSV(B)168.57º96.18%51.37%-
XYZ10.8317.3316.68-
YUV90.59137.2666.95-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.06%
GREEN value IS 131 (51.56% from 255) = 53.91%
BLUE value IS 107 (42.19% from 255) = 44.03%
R=2.06%
G=53.91%
B=44.03%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal51311070.9600.180.49168.5792.6526.67
Hex5836B6001231a95d1b
Octal52031531400226125113533
Binary101100000111101011110000001001011000110101001101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05836B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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