Html Css Color HEX #563A93 Daisy Bush

📋 copy color: '#563A93'

red 86 ◦ green 58 ◦ blue 147

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

Shades of Daisy Bush #563A93

Tints of Daisy Bush #563A93

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.93%

 BLUE value IS 147 (57.81% from 255) = 50.52%

R = 29.55%
G = 19.93%
B = 50.52%

CMYK

 C value IS 0.41

 M value IS 0.61

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#563A93 (or 0x563A93) is known color: Daisy Bush. HEX triplet: 56, 3A and 93. RGB value is (86,58,147). Sum of RGB (Red+Green+Blue) = 86+58+147=291 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.55% from 291); Green value is 58 (23.05% from 255 or 19.93% from 291); Blue value is 147 (57.81% from 255 or 50.52% from 291); Max value from RGB is 147 - color contains mainly: blue. Hex color #563A93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #563A93 is #A9C56C. Grayscale: #4C4C4C. Windows color (decimal): -11126125 or 9648726. OLE color: 9648726.

HSL color Cylindrical-coordinate representation of color #563A93: hue angle of 258.88º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #563A93 is Cyan = 0.41, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 86 58 147 -
CMYK 0.41 0.61 0 0.42
HSL 258.88º 0.43% 0.4% -
HSV(B) 258.88º 0.61% 0.58% -
XYZ 10.62 7.11 28.42 -
YUV 76.52 167.78 134.76 -
System Red Green Blue C M Y K H S L
Decimal 86 58 147 0.41 0.61 0 0.42 258.88 0.43 0.4
Hex 56 3A 93 29 3D 0 2A 103 2B 28
Octal 126 72 223 51 75 0 52 403 53 50
Binary 1010110 111010 10010011 101001 111101 0 101010 100000011 101011 101000

Color Harmonies of #563A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563A93

Black with #563A93

Text Example


Text Example

White with #563A93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,58,147); }

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

background-color css

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

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

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

border-color css

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

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

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