Html Css Color HEX #564557 Bossanova

📋 copy color: '#564557'

red 86 ◦ green 69 ◦ blue 87

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

Shades of Bossanova #564557

Tints of Bossanova #564557

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 35.95%

R = 35.54%
G = 28.51%
B = 35.95%

CMYK

 C value IS 0.01

 M value IS 0.21

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#564557 (or 0x564557) is known color: Bossanova. HEX triplet: 56, 45 and 57. RGB value is (86,69,87). Sum of RGB (Red+Green+Blue) = 86+69+87=242 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.54% from 242); Green value is 69 (27.34% from 255 or 28.51% from 242); Blue value is 87 (34.38% from 255 or 35.95% from 242); Max value from RGB is 87 - color contains mainly: blue. Hex color #564557 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564557 is #A9BAA8. Grayscale: #4C4C4C. Windows color (decimal): -11123369 or 5719382. OLE color: 5719382.

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

Color convert

RGB 86 69 87 -
CMYK 0.01 0.21 0 0.66
HSL 296.67º 0.12% 0.31% -
HSV(B) 296.67º 0.21% 0.34% -
XYZ 7.69 6.92 9.95 -
YUV 76.14 134.13 135.04 -
System Red Green Blue C M Y K H S L
Decimal 86 69 87 0.01 0.21 0 0.66 296.67 0.12 0.31
Hex 56 45 57 1 15 0 42 129 C 1F
Octal 126 105 127 1 25 0 102 451 14 37
Binary 1010110 1000101 1010111 1 10101 0 1000010 100101001 1100 11111

Color Harmonies of #564557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564557

Black with #564557

Text Example


Text Example

White with #564557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564557; }

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

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

background-color css

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

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

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

border-color css

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

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

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