Html Css Color HEX #05846B Observatory

📋 copy color: '#05846B'

red 5 ◦ green 132 ◦ blue 107

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

Shades of Observatory #05846B

Tints of Observatory #05846B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 43.85%

R = 2.05%
G = 54.1%
B = 43.85%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.19

 K value IS 0.48

RGB Variations

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

Color information

#05846B (or 0x05846B) is known color: Observatory. HEX triplet: 05, 84 and 6B. RGB value is (5,132,107). Sum of RGB (Red+Green+Blue) = 5+132+107=244 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.05% from 244); Green value is 132 (51.95% from 255 or 54.10% from 244); Blue value is 107 (42.19% from 255 or 43.85% from 244); Max value from RGB is 132 - color contains mainly: green. Hex color #05846B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05846B is #FA7B94. Grayscale: #5B5B5B. Windows color (decimal): -16415637 or 7046149. OLE color: 7046149.

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

Color convert

RGB 5 132 107 -
CMYK 0.96 0 0.19 0.48
HSL 168.19º 0.93% 0.27% -
HSV(B) 168.19º 0.96% 0.52% -
XYZ 10.97 17.6 16.73 -
YUV 91.18 136.92 66.53 -
System Red Green Blue C M Y K H S L
Decimal 5 132 107 0.96 0 0.19 0.48 168.19 0.93 0.27
Hex 5 84 6B 60 0 13 30 A8 5D 1B
Octal 5 204 153 140 0 23 60 250 135 33
Binary 101 10000100 1101011 1100000 0 10011 110000 10101000 1011101 11011

Color Harmonies of #05846B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05846B

Black with #05846B

Text Example


Text Example

White with #05846B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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