Html Css Color HEX #564857 Bossanova

📋 copy color: '#564857'

red 86 ◦ green 72 ◦ blue 87

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

Shades of Bossanova #564857

Tints of Bossanova #564857

RGB

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

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

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

R = 35.1%
G = 29.39%
B = 35.51%

CMYK

 C value IS 0.01

 M value IS 0.17

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#564857 (or 0x564857) is known color: Bossanova. HEX triplet: 56, 48 and 57. RGB value is (86,72,87). Sum of RGB (Red+Green+Blue) = 86+72+87=245 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.10% from 245); Green value is 72 (28.52% from 255 or 29.39% from 245); Blue value is 87 (34.38% from 255 or 35.51% from 245); Max value from RGB is 87 - color contains mainly: blue. Hex color #564857 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564857 is #A9B7A8. Grayscale: #4D4D4D. Windows color (decimal): -11122601 or 5720150. OLE color: 5720150.

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

Color convert

RGB 86 72 87 -
CMYK 0.01 0.17 0 0.66
HSL 296º 0.09% 0.31% -
HSV(B) 296º 0.17% 0.34% -
XYZ 7.88 7.3 10.01 -
YUV 77.9 133.14 133.78 -
System Red Green Blue C M Y K H S L
Decimal 86 72 87 0.01 0.17 0 0.66 296 0.09 0.31
Hex 56 48 57 1 11 0 42 128 9 1F
Octal 126 110 127 1 21 0 102 450 11 37
Binary 1010110 1001000 1010111 1 10001 0 1000010 100101000 1001 11111

Color Harmonies of #564857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564857

Black with #564857

Text Example


Text Example

White with #564857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564857; }

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

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

background-color css

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

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

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

border-color css

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

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

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