Html Css Color HEX #05866C Observatory

📋 copy color: '#05866C'

red 5 ◦ green 134 ◦ blue 108

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

Shades of Observatory #05866C

Tints of Observatory #05866C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 54.25%

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

R = 2.02%
G = 54.25%
B = 43.72%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#05866C (or 0x05866C) is known color: Observatory. HEX triplet: 05, 86 and 6C. RGB value is (5,134,108). Sum of RGB (Red+Green+Blue) = 5+134+108=247 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.02% from 247); Green value is 134 (52.73% from 255 or 54.25% from 247); Blue value is 108 (42.58% from 255 or 43.72% from 247); Max value from RGB is 134 - color contains mainly: green. Hex color #05866C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05866C is #FA7993. Grayscale: #5C5C5C. Windows color (decimal): -16415124 or 7112197. OLE color: 7112197.

HSL color Cylindrical-coordinate representation of color #05866C: hue angle of 167.91º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05866C is Cyan = 0.96, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB 5 134 108 -
CMYK 0.96 0 0.19 0.47
HSL 167.91º 0.93% 0.27% -
HSV(B) 167.91º 0.96% 0.53% -
XYZ 11.29 18.17 17.1 -
YUV 92.47 136.76 65.61 -
System Red Green Blue C M Y K H S L
Decimal 5 134 108 0.96 0 0.19 0.47 167.91 0.93 0.27
Hex 5 86 6C 60 0 13 2F A8 5D 1B
Octal 5 206 154 140 0 23 57 250 135 33
Binary 101 10000110 1101100 1100000 0 10011 101111 10101000 1011101 11011

Color Harmonies of #05866C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05866C

Black with #05866C

Text Example


Text Example

White with #05866C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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