Html Css Color HEX #563BA1 Daisy Bush

📋 copy color: '#563BA1'

red 86 ◦ green 59 ◦ blue 161

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

Shades of Daisy Bush #563BA1

Tints of Daisy Bush #563BA1

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.28%

 BLUE value IS 161 (63.28% from 255) = 52.61%

R = 28.1%
G = 19.28%
B = 52.61%

CMYK

 C value IS 0.47

 M value IS 0.63

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#563BA1 (or 0x563BA1) is known color: Daisy Bush. HEX triplet: 56, 3B and A1. RGB value is (86,59,161). Sum of RGB (Red+Green+Blue) = 86+59+161=306 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.10% from 306); Green value is 59 (23.44% from 255 or 19.28% from 306); Blue value is 161 (63.28% from 255 or 52.61% from 306); Max value from RGB is 161 - color contains mainly: blue. Hex color #563BA1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #563BA1 is #A9C45E. Grayscale: #4E4E4E. Windows color (decimal): -11125855 or 10566486. OLE color: 10566486.

HSL color Cylindrical-coordinate representation of color #563BA1: hue angle of 255.88º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #563BA1 is Cyan = 0.47, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 86 59 161 -
CMYK 0.47 0.63 0 0.37
HSL 255.88º 0.46% 0.43% -
HSV(B) 255.88º 0.63% 0.63% -
XYZ 11.83 7.68 34.58 -
YUV 78.7 174.45 133.21 -
System Red Green Blue C M Y K H S L
Decimal 86 59 161 0.47 0.63 0 0.37 255.88 0.46 0.43
Hex 56 3B A1 2F 3F 0 25 100 2E 2B
Octal 126 73 241 57 77 0 45 400 56 53
Binary 1010110 111011 10100001 101111 111111 0 100101 100000000 101110 101011

Color Harmonies of #563BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563BA1

Black with #563BA1

Text Example


Text Example

White with #563BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,59,161); }

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

background-color css

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

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

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

border-color css

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

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

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