Html Css Color HEX #563D56 Bossanova

📋 copy color: '#563D56'

red 86 ◦ green 61 ◦ blue 86

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

Shades of Bossanova #563D56

Tints of Bossanova #563D56

RGB

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

 GREEN value IS 61 (24.22% from 255) = 26.18%

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

R = 36.91%
G = 26.18%
B = 36.91%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#563D56 (or 0x563D56) is known color: Bossanova. HEX triplet: 56, 3D and 56. RGB value is (86,61,86). Sum of RGB (Red+Green+Blue) = 86+61+86=233 (30% of max value = 765). Red value is 86 (33.98% from 255 or 36.91% from 233); Green value is 61 (24.22% from 255 or 26.18% from 233); Blue value is 86 (33.98% from 255 or 36.91% from 233); Max value from RGB is 86 - color contains mainly: red, blue. Hex color #563D56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563D56 is #A9C2A9. Grayscale: #474747. Windows color (decimal): -11125418 or 5651798. OLE color: 5651798.

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

Color convert

RGB 86 61 86 -
CMYK 0 0.29 0 0.66
HSL 300º 0.17% 0.29% -
HSV(B) 300º 0.29% 0.34% -
XYZ 7.19 5.99 9.58 -
YUV 71.33 136.28 138.47 -
System Red Green Blue C M Y K H S L
Decimal 86 61 86 0 0.29 0 0.66 300 0.17 0.29
Hex 56 3D 56 0 1D 0 42 12C 11 1D
Octal 126 75 126 0 35 0 102 454 21 35
Binary 1010110 111101 1010110 0 11101 0 1000010 100101100 10001 11101

Color Harmonies of #563D56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563D56

Black with #563D56

Text Example


Text Example

White with #563D56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #563D56; }

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

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

background-color css

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

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

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

border-color css

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

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

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