Html Css Color HEX #05846C Observatory

📋 copy color: '#05846C'

red 5 ◦ green 132 ◦ blue 108

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

Shades of Observatory #05846C

Tints of Observatory #05846C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 44.08%

R = 2.04%
G = 53.88%
B = 44.08%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.18

 K value IS 0.48

RGB Variations

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

Color information

#05846C (or 0x05846C) is known color: Observatory. HEX triplet: 05, 84 and 6C. RGB value is (5,132,108). Sum of RGB (Red+Green+Blue) = 5+132+108=245 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.04% from 245); Green value is 132 (51.95% from 255 or 53.88% from 245); Blue value is 108 (42.58% from 255 or 44.08% from 245); Max value from RGB is 132 - color contains mainly: green. Hex color #05846C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05846C is #FA7B93. Grayscale: #5B5B5B. Windows color (decimal): -16415636 or 7111685. OLE color: 7111685.

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

Color convert

RGB 5 132 108 -
CMYK 0.96 0 0.18 0.48
HSL 168.66º 0.93% 0.27% -
HSV(B) 168.66º 0.96% 0.52% -
XYZ 11.02 17.62 17.01 -
YUV 91.29 137.42 66.45 -
System Red Green Blue C M Y K H S L
Decimal 5 132 108 0.96 0 0.18 0.48 168.66 0.93 0.27
Hex 5 84 6C 60 0 12 30 A9 5D 1B
Octal 5 204 154 140 0 22 60 251 135 33
Binary 101 10000100 1101100 1100000 0 10010 110000 10101001 1011101 11011

Color Harmonies of #05846C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05846C

Black with #05846C

Text Example


Text Example

White with #05846C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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