Html Css Color HEX #564759 Bossanova

📋 copy color: '#564759'

red 86 ◦ green 71 ◦ blue 89

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

Shades of Bossanova #564759

Tints of Bossanova #564759

RGB

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

 GREEN value IS 71 (28.13% from 255) = 28.86%

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

R = 34.96%
G = 28.86%
B = 36.18%

CMYK

 C value IS 0.03

 M value IS 0.20

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#564759 (or 0x564759) is known color: Bossanova. HEX triplet: 56, 47 and 59. RGB value is (86,71,89). Sum of RGB (Red+Green+Blue) = 86+71+89=246 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.96% from 246); Green value is 71 (28.12% from 255 or 28.86% from 246); Blue value is 89 (35.16% from 255 or 36.18% from 246); Max value from RGB is 89 - color contains mainly: blue. Hex color #564759 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564759 is #A9B8A6. Grayscale: #4D4D4D. Windows color (decimal): -11122855 or 5850966. OLE color: 5850966.

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

Color convert

RGB 86 71 89 -
CMYK 0.03 0.20 0 0.65
HSL 290º 0.11% 0.31% -
HSV(B) 290º 0.2% 0.35% -
XYZ 7.89 7.21 10.43 -
YUV 77.54 134.47 134.04 -
System Red Green Blue C M Y K H S L
Decimal 86 71 89 0.03 0.20 0 0.65 290 0.11 0.31
Hex 56 47 59 3 14 0 41 122 B 1F
Octal 126 107 131 3 24 0 101 442 13 37
Binary 1010110 1000111 1011001 11 10100 0 1000001 100100010 1011 11111

Color Harmonies of #564759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564759

Black with #564759

Text Example


Text Example

White with #564759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564759; }

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

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

background-color css

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

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

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

border-color css

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

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

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