Html Css Color HEX #564959 Bossanova

📋 copy color: '#564959'

red 86 ◦ green 73 ◦ blue 89

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

Shades of Bossanova #564959

Tints of Bossanova #564959

RGB

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

 GREEN value IS 73 (28.91% from 255) = 29.44%

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

R = 34.68%
G = 29.44%
B = 35.89%

CMYK

 C value IS 0.03

 M value IS 0.18

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#564959 (or 0x564959) is known color: Bossanova. HEX triplet: 56, 49 and 59. RGB value is (86,73,89). Sum of RGB (Red+Green+Blue) = 86+73+89=248 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.68% from 248); Green value is 73 (28.91% from 255 or 29.44% from 248); Blue value is 89 (35.16% from 255 or 35.89% from 248); Max value from RGB is 89 - color contains mainly: blue. Hex color #564959 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564959 is #A9B6A6. Grayscale: #4E4E4E. Windows color (decimal): -11122343 or 5851478. OLE color: 5851478.

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

Color convert

RGB 86 73 89 -
CMYK 0.03 0.18 0 0.65
HSL 288.75º 0.1% 0.32% -
HSV(B) 288.75º 0.18% 0.35% -
XYZ 8.02 7.46 10.47 -
YUV 78.71 133.81 133.2 -
System Red Green Blue C M Y K H S L
Decimal 86 73 89 0.03 0.18 0 0.65 288.75 0.1 0.32
Hex 56 49 59 3 12 0 41 121 A 20
Octal 126 111 131 3 22 0 101 441 12 40
Binary 1010110 1001001 1011001 11 10010 0 1000001 100100001 1010 100000

Color Harmonies of #564959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564959

Black with #564959

Text Example


Text Example

White with #564959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564959; }

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

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

background-color css

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

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

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

border-color css

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

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

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