Html Css Color HEX #564356 Bossanova

📋 copy color: '#564356'

red 86 ◦ green 67 ◦ blue 86

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

Shades of Bossanova #564356

Tints of Bossanova #564356

RGB

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

 GREEN value IS 67 (26.56% from 255) = 28.03%

 BLUE value IS 86 (33.98% from 255) = 35.98%

R = 35.98%
G = 28.03%
B = 35.98%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#564356 (or 0x564356) is known color: Bossanova. HEX triplet: 56, 43 and 56. RGB value is (86,67,86). Sum of RGB (Red+Green+Blue) = 86+67+86=239 (31% of max value = 765). Red value is 86 (33.98% from 255 or 35.98% from 239); Green value is 67 (26.56% from 255 or 28.03% from 239); Blue value is 86 (33.98% from 255 or 35.98% from 239); Max value from RGB is 86 - color contains mainly: red, blue. Hex color #564356 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564356 is #A9BCA9. Grayscale: #4A4A4A. Windows color (decimal): -11123882 or 5653334. OLE color: 5653334.

HSL color Cylindrical-coordinate representation of color #564356: hue angle of 300º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #564356 is Cyan = 0, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 67 86 -
CMYK 0 0.22 0 0.66
HSL 300º 0.12% 0.3% -
HSV(B) 300º 0.22% 0.34% -
XYZ 7.52 6.66 9.69 -
YUV 74.85 134.29 135.96 -
System Red Green Blue C M Y K H S L
Decimal 86 67 86 0 0.22 0 0.66 300 0.12 0.3
Hex 56 43 56 0 16 0 42 12C C 1E
Octal 126 103 126 0 26 0 102 454 14 36
Binary 1010110 1000011 1010110 0 10110 0 1000010 100101100 1100 11110

Color Harmonies of #564356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564356

Black with #564356

Text Example


Text Example

White with #564356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564356; }

 p { color: rgb(86,67,86); }

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

background-color css

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

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

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

border-color css

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

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

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