Html Css Color HEX #564859 Bossanova

📋 copy color: '#564859'

red 86 ◦ green 72 ◦ blue 89

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

Shades of Bossanova #564859

Tints of Bossanova #564859

RGB

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

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

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

R = 34.82%
G = 29.15%
B = 36.03%

CMYK

 C value IS 0.03

 M value IS 0.19

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#564859 (or 0x564859) is known color: Bossanova. HEX triplet: 56, 48 and 59. RGB value is (86,72,89). Sum of RGB (Red+Green+Blue) = 86+72+89=247 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.82% from 247); Green value is 72 (28.52% from 255 or 29.15% from 247); Blue value is 89 (35.16% from 255 or 36.03% from 247); Max value from RGB is 89 - color contains mainly: blue. Hex color #564859 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564859 is #A9B7A6. Grayscale: #4E4E4E. Windows color (decimal): -11122599 or 5851222. OLE color: 5851222.

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

Color convert

RGB 86 72 89 -
CMYK 0.03 0.19 0 0.65
HSL 289.41º 0.11% 0.32% -
HSV(B) 289.41º 0.19% 0.35% -
XYZ 7.96 7.33 10.45 -
YUV 78.12 134.14 133.62 -
System Red Green Blue C M Y K H S L
Decimal 86 72 89 0.03 0.19 0 0.65 289.41 0.11 0.32
Hex 56 48 59 3 13 0 41 121 B 20
Octal 126 110 131 3 23 0 101 441 13 40
Binary 1010110 1001000 1011001 11 10011 0 1000001 100100001 1011 100000

Color Harmonies of #564859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564859

Black with #564859

Text Example


Text Example

White with #564859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564859; }

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

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

background-color css

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

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

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

border-color css

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

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

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