Html Css Color HEX #563B9B Daisy Bush

📋 copy color: '#563B9B'

red 86 ◦ green 59 ◦ blue 155

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

Shades of Daisy Bush #563B9B

Tints of Daisy Bush #563B9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 51.67%

R = 28.67%
G = 19.67%
B = 51.67%

CMYK

 C value IS 0.45

 M value IS 0.62

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#563B9B (or 0x563B9B) is known color: Daisy Bush. HEX triplet: 56, 3B and 9B. RGB value is (86,59,155). Sum of RGB (Red+Green+Blue) = 86+59+155=300 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.67% from 300); Green value is 59 (23.44% from 255 or 19.67% from 300); Blue value is 155 (60.94% from 255 or 51.67% from 300); Max value from RGB is 155 - color contains mainly: blue. Hex color #563B9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #563B9B is #A9C464. Grayscale: #4D4D4D. Windows color (decimal): -11125861 or 10173270. OLE color: 10173270.

HSL color Cylindrical-coordinate representation of color #563B9B: hue angle of 256.88º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #563B9B is Cyan = 0.45, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 86 59 155 -
CMYK 0.45 0.62 0 0.39
HSL 256.88º 0.45% 0.42% -
HSV(B) 256.88º 0.62% 0.61% -
XYZ 11.32 7.47 31.86 -
YUV 78.02 171.45 133.69 -
System Red Green Blue C M Y K H S L
Decimal 86 59 155 0.45 0.62 0 0.39 256.88 0.45 0.42
Hex 56 3B 9B 2D 3E 0 27 101 2D 2A
Octal 126 73 233 55 76 0 47 401 55 52
Binary 1010110 111011 10011011 101101 111110 0 100111 100000001 101101 101010

Color Harmonies of #563B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563B9B

Black with #563B9B

Text Example


Text Example

White with #563B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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