Html Css Color HEX #563956 Bossanova

📋 copy color: '#563956'

red 86 ◦ green 57 ◦ blue 86

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

Shades of Bossanova #563956

Tints of Bossanova #563956

RGB

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

 GREEN value IS 57 (22.66% from 255) = 24.89%

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

R = 37.55%
G = 24.89%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#563956 (or 0x563956) is known color: Bossanova. HEX triplet: 56, 39 and 56. RGB value is (86,57,86). Sum of RGB (Red+Green+Blue) = 86+57+86=229 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.55% from 229); Green value is 57 (22.66% from 255 or 24.89% from 229); Blue value is 86 (33.98% from 255 or 37.55% from 229); Max value from RGB is 86 - color contains mainly: red, blue. Hex color #563956 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563956 is #A9C6A9. Grayscale: #444444. Windows color (decimal): -11126442 or 5650774. OLE color: 5650774.

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

Color convert

RGB 86 57 86 -
CMYK 0 0.34 0 0.66
HSL 300º 0.2% 0.28% -
HSV(B) 300º 0.34% 0.34% -
XYZ 6.98 5.58 9.51 -
YUV 68.98 137.61 140.14 -
System Red Green Blue C M Y K H S L
Decimal 86 57 86 0 0.34 0 0.66 300 0.2 0.28
Hex 56 39 56 0 22 0 42 12C 14 1C
Octal 126 71 126 0 42 0 102 454 24 34
Binary 1010110 111001 1010110 0 100010 0 1000010 100101100 10100 11100

Color Harmonies of #563956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563956

Black with #563956

Text Example


Text Example

White with #563956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #563956; }

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

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

background-color css

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

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

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

border-color css

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

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

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