Html Css Color HEX #05846D Observatory

📋 copy color: '#05846D'

red 5 ◦ green 132 ◦ blue 109

#05846D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Observatory #05846D

Tints of Observatory #05846D

RGB

 RED value IS 5 (2.34% from 255) = 2.03%

 GREEN value IS 132 (51.95% from 255) = 53.66%

 BLUE value IS 109 (42.97% from 255) = 44.31%

R = 2.03%
G = 53.66%
B = 44.31%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#05846D (or 0x05846D) is known color: Observatory. HEX triplet: 05, 84 and 6D. RGB value is (5,132,109). Sum of RGB (Red+Green+Blue) = 5+132+109=246 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.03% from 246); Green value is 132 (51.95% from 255 or 53.66% from 246); Blue value is 109 (42.97% from 255 or 44.31% from 246); Max value from RGB is 132 - color contains mainly: green. Hex color #05846D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05846D is #FA7B92. Grayscale: #5B5B5B. Windows color (decimal): -16415635 or 7177221. OLE color: 7177221.

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

Color convert

RGB 5 132 109 -
CMYK 0.96 0 0.17 0.48
HSL 169.13º 0.93% 0.27% -
HSV(B) 169.13º 0.96% 0.52% -
XYZ 11.07 17.64 17.29 -
YUV 91.41 137.92 66.37 -
System Red Green Blue C M Y K H S L
Decimal 5 132 109 0.96 0 0.17 0.48 169.13 0.93 0.27
Hex 5 84 6D 60 0 11 30 A9 5D 1B
Octal 5 204 155 140 0 21 60 251 135 33
Binary 101 10000100 1101101 1100000 0 10001 110000 10101001 1011101 11011

Color Harmonies of #05846D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05846D

Black with #05846D

Text Example


Text Example

White with #05846D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05846D; }

 p { color: rgb(5,132,109); }

 H1.HeaderClassName
 {
   color: #05846D;
 }
 .AnyTagClassName
 {
   color: #05846D;
 }
</style>

background-color css

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

 a { background-color: rgb(5,132,109); }

 div.DivClassName
 {
   background-color: #05846D;
 }
 .BgClassName
 {
   background-color: #05846D;
 }
</style>

border-color css

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

 span { border-color: rgb(5,132,109); }

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