Html Css Color HEX #564559 Bossanova

📋 copy color: '#564559'

red 86 ◦ green 69 ◦ blue 89

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

Shades of Bossanova #564559

Tints of Bossanova #564559

RGB

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

 GREEN value IS 69 (27.34% from 255) = 28.28%

 BLUE value IS 89 (35.16% from 255) = 36.48%

R = 35.25%
G = 28.28%
B = 36.48%

CMYK

 C value IS 0.03

 M value IS 0.22

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#564559 (or 0x564559) is known color: Bossanova. HEX triplet: 56, 45 and 59. RGB value is (86,69,89). Sum of RGB (Red+Green+Blue) = 86+69+89=244 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.25% from 244); Green value is 69 (27.34% from 255 or 28.28% from 244); Blue value is 89 (35.16% from 255 or 36.48% from 244); Max value from RGB is 89 - color contains mainly: blue. Hex color #564559 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564559 is #A9BAA6. Grayscale: #4C4C4C. Windows color (decimal): -11123367 or 5850454. OLE color: 5850454.

HSL color Cylindrical-coordinate representation of color #564559: hue angle of 291º degrees, saturation: 0.13, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #564559 is Cyan = 0.03, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 86 69 89 -
CMYK 0.03 0.22 0 0.65
HSL 291º 0.13% 0.31% -
HSV(B) 291º 0.22% 0.35% -
XYZ 7.77 6.96 10.38 -
YUV 76.36 135.13 134.87 -
System Red Green Blue C M Y K H S L
Decimal 86 69 89 0.03 0.22 0 0.65 291 0.13 0.31
Hex 56 45 59 3 16 0 41 123 D 1F
Octal 126 105 131 3 26 0 101 443 15 37
Binary 1010110 1000101 1011001 11 10110 0 1000001 100100011 1101 11111

Color Harmonies of #564559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564559

Black with #564559

Text Example


Text Example

White with #564559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564559; }

 p { color: rgb(86,69,89); }

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

background-color css

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

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

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

border-color css

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

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

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