Html Css Color HEX #564757 Bossanova

📋 copy color: '#564757'

red 86 ◦ green 71 ◦ blue 87

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

Shades of Bossanova #564757

Tints of Bossanova #564757

RGB

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

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

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

R = 35.25%
G = 29.1%
B = 35.66%

CMYK

 C value IS 0.01

 M value IS 0.18

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#564757 (or 0x564757) is known color: Bossanova. HEX triplet: 56, 47 and 57. RGB value is (86,71,87). Sum of RGB (Red+Green+Blue) = 86+71+87=244 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.25% from 244); Green value is 71 (28.12% from 255 or 29.10% from 244); Blue value is 87 (34.38% from 255 or 35.66% from 244); Max value from RGB is 87 - color contains mainly: blue. Hex color #564757 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564757 is #A9B8A8. Grayscale: #4D4D4D. Windows color (decimal): -11122857 or 5719894. OLE color: 5719894.

HSL color Cylindrical-coordinate representation of color #564757: hue angle of 296.25º degrees, saturation: 0.1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #564757 is Cyan = 0.01, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 71 87 -
CMYK 0.01 0.18 0 0.66
HSL 296.25º 0.1% 0.31% -
HSV(B) 296.25º 0.18% 0.34% -
XYZ 7.81 7.17 9.99 -
YUV 77.31 133.47 134.2 -
System Red Green Blue C M Y K H S L
Decimal 86 71 87 0.01 0.18 0 0.66 296.25 0.1 0.31
Hex 56 47 57 1 12 0 42 128 A 1F
Octal 126 107 127 1 22 0 102 450 12 37
Binary 1010110 1000111 1010111 1 10010 0 1000010 100101000 1010 11111

Color Harmonies of #564757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564757

Black with #564757

Text Example


Text Example

White with #564757

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564757; }

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

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

background-color css

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

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

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

border-color css

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

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

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