Html Css Color HEX #564856 Bossanova

📋 copy color: '#564856'

red 86 ◦ green 72 ◦ blue 86

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

Shades of Bossanova #564856

Tints of Bossanova #564856

RGB

 RED value IS 86 (33.98% from 255) = 35.25%

 GREEN value IS 72 (28.52% from 255) = 29.51%

 BLUE value IS 86 (33.98% from 255) = 35.25%

R = 35.25%
G = 29.51%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#564856 (or 0x564856) is known color: Bossanova. HEX triplet: 56, 48 and 56. RGB value is (86,72,86). Sum of RGB (Red+Green+Blue) = 86+72+86=244 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.25% from 244); Green value is 72 (28.52% from 255 or 29.51% from 244); Blue value is 86 (33.98% from 255 or 35.25% from 244); Max value from RGB is 86 - color contains mainly: red, blue. Hex color #564856 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564856 is #A9B7A9. Grayscale: #4D4D4D. Windows color (decimal): -11122602 or 5654614. OLE color: 5654614.

HSL color Cylindrical-coordinate representation of color #564856: hue angle of 300º degrees, saturation: 0.09, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #564856 is Cyan = 0, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 72 86 -
CMYK 0 0.16 0 0.66
HSL 300º 0.09% 0.31% -
HSV(B) 300º 0.16% 0.34% -
XYZ 7.83 7.29 9.8 -
YUV 77.78 132.64 133.86 -
System Red Green Blue C M Y K H S L
Decimal 86 72 86 0 0.16 0 0.66 300 0.09 0.31
Hex 56 48 56 0 10 0 42 12C 9 1F
Octal 126 110 126 0 20 0 102 454 11 37
Binary 1010110 1001000 1010110 0 10000 0 1000010 100101100 1001 11111

Color Harmonies of #564856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564856

Black with #564856

Text Example


Text Example

White with #564856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564856; }

 p { color: rgb(86,72,86); }

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

background-color css

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

 a { background-color: rgb(86,72,86); }

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

border-color css

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

 span { border-color: rgb(86,72,86); }

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