Html Css Color HEX #564A57 Bossanova

📋 copy color: '#564A57'

red 86 ◦ green 74 ◦ blue 87

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

Shades of Bossanova #564A57

Tints of Bossanova #564A57

RGB

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

 GREEN value IS 74 (29.3% from 255) = 29.96%

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

R = 34.82%
G = 29.96%
B = 35.22%

CMYK

 C value IS 0.01

 M value IS 0.15

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#564A57 (or 0x564A57) is known color: Bossanova. HEX triplet: 56, 4A and 57. RGB value is (86,74,87). Sum of RGB (Red+Green+Blue) = 86+74+87=247 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.82% from 247); Green value is 74 (29.30% from 255 or 29.96% from 247); Blue value is 87 (34.38% from 255 or 35.22% from 247); Max value from RGB is 87 - color contains mainly: blue. Hex color #564A57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564A57 is #A9B5A8. Grayscale: #4F4F4F. Windows color (decimal): -11122089 or 5720662. OLE color: 5720662.

HSL color Cylindrical-coordinate representation of color #564A57: hue angle of 295.38º degrees, saturation: 0.08, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #564A57 is Cyan = 0.01, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 74 87 -
CMYK 0.01 0.15 0 0.66
HSL 295.38º 0.08% 0.32% -
HSV(B) 295.38º 0.15% 0.34% -
XYZ 8.01 7.56 10.05 -
YUV 79.07 132.48 132.94 -
System Red Green Blue C M Y K H S L
Decimal 86 74 87 0.01 0.15 0 0.66 295.38 0.08 0.32
Hex 56 4A 57 1 F 0 42 127 8 20
Octal 126 112 127 1 17 0 102 447 10 40
Binary 1010110 1001010 1010111 1 1111 0 1000010 100100111 1000 100000

Color Harmonies of #564A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564A57

Black with #564A57

Text Example


Text Example

White with #564A57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564A57; }

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

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

background-color css

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

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

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

border-color css

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

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

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