Html Css Color HEX #564459 Bossanova

📋 copy color: '#564459'

red 86 ◦ green 68 ◦ blue 89

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

Shades of Bossanova #564459

Tints of Bossanova #564459

RGB

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

 GREEN value IS 68 (26.95% from 255) = 27.98%

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

R = 35.39%
G = 27.98%
B = 36.63%

CMYK

 C value IS 0.03

 M value IS 0.24

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#564459 (or 0x564459) is known color: Bossanova. HEX triplet: 56, 44 and 59. RGB value is (86,68,89). Sum of RGB (Red+Green+Blue) = 86+68+89=243 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.39% from 243); Green value is 68 (26.95% from 255 or 27.98% from 243); Blue value is 89 (35.16% from 255 or 36.63% from 243); Max value from RGB is 89 - color contains mainly: blue. Hex color #564459 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564459 is #A9BBA6. Grayscale: #4B4B4B. Windows color (decimal): -11123623 or 5850198. OLE color: 5850198.

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

Color convert

RGB 86 68 89 -
CMYK 0.03 0.24 0 0.65
HSL 291.43º 0.13% 0.31% -
HSV(B) 291.43º 0.24% 0.35% -
XYZ 7.71 6.83 10.36 -
YUV 75.78 135.46 135.29 -
System Red Green Blue C M Y K H S L
Decimal 86 68 89 0.03 0.24 0 0.65 291.43 0.13 0.31
Hex 56 44 59 3 18 0 41 123 D 1F
Octal 126 104 131 3 30 0 101 443 15 37
Binary 1010110 1000100 1011001 11 11000 0 1000001 100100011 1101 11111

Color Harmonies of #564459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564459

Black with #564459

Text Example


Text Example

White with #564459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564459; }

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

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

background-color css

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

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

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

border-color css

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

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

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