Html Css Color HEX #563C5A Bossanova

📋 copy color: '#563C5A'

red 86 ◦ green 60 ◦ blue 90

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

Shades of Bossanova #563C5A

Tints of Bossanova #563C5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 38.14%

R = 36.44%
G = 25.42%
B = 38.14%

CMYK

 C value IS 0.04

 M value IS 0.33

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#563C5A (or 0x563C5A) is known color: Bossanova. HEX triplet: 56, 3C and 5A. RGB value is (86,60,90). Sum of RGB (Red+Green+Blue) = 86+60+90=236 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.44% from 236); Green value is 60 (23.83% from 255 or 25.42% from 236); Blue value is 90 (35.55% from 255 or 38.14% from 236); Max value from RGB is 90 - color contains mainly: blue. Hex color #563C5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563C5A is #A9C3A5. Grayscale: #474747. Windows color (decimal): -11125670 or 5913686. OLE color: 5913686.

HSL color Cylindrical-coordinate representation of color #563C5A: hue angle of 292º degrees, saturation: 0.2, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #563C5A is Cyan = 0.04, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 86 60 90 -
CMYK 0.04 0.33 0 0.65
HSL 292º 0.2% 0.29% -
HSV(B) 292º 0.33% 0.35% -
XYZ 7.3 5.95 10.44 -
YUV 71.19 138.61 138.56 -
System Red Green Blue C M Y K H S L
Decimal 86 60 90 0.04 0.33 0 0.65 292 0.2 0.29
Hex 56 3C 5A 4 21 0 41 124 14 1D
Octal 126 74 132 4 41 0 101 444 24 35
Binary 1010110 111100 1011010 100 100001 0 1000001 100100100 10100 11101

Color Harmonies of #563C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563C5A

Black with #563C5A

Text Example


Text Example

White with #563C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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