Html Css Color HEX #563C57 Bossanova

📋 copy color: '#563C57'

red 86 ◦ green 60 ◦ blue 87

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

Shades of Bossanova #563C57

Tints of Bossanova #563C57

RGB

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

 GREEN value IS 60 (23.83% from 255) = 25.75%

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

R = 36.91%
G = 25.75%
B = 37.34%

CMYK

 C value IS 0.01

 M value IS 0.31

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#563C57 (or 0x563C57) is known color: Bossanova. HEX triplet: 56, 3C and 57. RGB value is (86,60,87). Sum of RGB (Red+Green+Blue) = 86+60+87=233 (30% of max value = 765). Red value is 86 (33.98% from 255 or 36.91% from 233); Green value is 60 (23.83% from 255 or 25.75% from 233); Blue value is 87 (34.38% from 255 or 37.34% from 233); Max value from RGB is 87 - color contains mainly: blue. Hex color #563C57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563C57 is #A9C3A8. Grayscale: #464646. Windows color (decimal): -11125673 or 5717078. OLE color: 5717078.

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

Color convert

RGB 86 60 87 -
CMYK 0.01 0.31 0 0.66
HSL 297.78º 0.18% 0.29% -
HSV(B) 297.78º 0.31% 0.34% -
XYZ 7.17 5.9 9.78 -
YUV 70.85 137.11 138.8 -
System Red Green Blue C M Y K H S L
Decimal 86 60 87 0.01 0.31 0 0.66 297.78 0.18 0.29
Hex 56 3C 57 1 1F 0 42 12A 12 1D
Octal 126 74 127 1 37 0 102 452 22 35
Binary 1010110 111100 1010111 1 11111 0 1000010 100101010 10010 11101

Color Harmonies of #563C57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563C57

Black with #563C57

Text Example


Text Example

White with #563C57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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