Html Css Color HEX #563F93 Daisy Bush

📋 copy color: '#563F93'

red 86 ◦ green 63 ◦ blue 147

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

Shades of Daisy Bush #563F93

Tints of Daisy Bush #563F93

RGB

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

 GREEN value IS 63 (25% from 255) = 21.28%

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

R = 29.05%
G = 21.28%
B = 49.66%

CMYK

 C value IS 0.41

 M value IS 0.57

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#563F93 (or 0x563F93) is known color: Daisy Bush. HEX triplet: 56, 3F and 93. RGB value is (86,63,147). Sum of RGB (Red+Green+Blue) = 86+63+147=296 (39% of max value = 765). Red value is 86 (33.98% from 255 or 29.05% from 296); Green value is 63 (25% from 255 or 21.28% from 296); Blue value is 147 (57.81% from 255 or 49.66% from 296); Max value from RGB is 147 - color contains mainly: blue. Hex color #563F93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #563F93 is #A9C06C. Grayscale: #4F4F4F. Windows color (decimal): -11124845 or 9650006. OLE color: 9650006.

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

Color convert

RGB 86 63 147 -
CMYK 0.41 0.57 0 0.42
HSL 256.43º 0.4% 0.41% -
HSV(B) 256.43º 0.57% 0.58% -
XYZ 10.88 7.64 28.5 -
YUV 79.45 166.12 132.67 -
System Red Green Blue C M Y K H S L
Decimal 86 63 147 0.41 0.57 0 0.42 256.43 0.4 0.41
Hex 56 3F 93 29 39 0 2A 100 28 29
Octal 126 77 223 51 71 0 52 400 50 51
Binary 1010110 111111 10010011 101001 111001 0 101010 100000000 101000 101001

Color Harmonies of #563F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563F93

Black with #563F93

Text Example


Text Example

White with #563F93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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