Html Css Color HEX #563793 Daisy Bush

📋 copy color: '#563793'

red 86 ◦ green 55 ◦ blue 147

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

Shades of Daisy Bush #563793

Tints of Daisy Bush #563793

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.1%

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

R = 29.86%
G = 19.1%
B = 51.04%

CMYK

 C value IS 0.41

 M value IS 0.63

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#563793 (or 0x563793) is known color: Daisy Bush. HEX triplet: 56, 37 and 93. RGB value is (86,55,147). Sum of RGB (Red+Green+Blue) = 86+55+147=288 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.86% from 288); Green value is 55 (21.88% from 255 or 19.10% from 288); Blue value is 147 (57.81% from 255 or 51.04% from 288); Max value from RGB is 147 - color contains mainly: blue. Hex color #563793 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #563793 is #A9C86C. Grayscale: #4A4A4A. Windows color (decimal): -11126893 or 9647958. OLE color: 9647958.

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

Color convert

RGB 86 55 147 -
CMYK 0.41 0.63 0 0.42
HSL 260.22º 0.46% 0.4% -
HSV(B) 260.22º 0.63% 0.58% -
XYZ 10.47 6.82 28.37 -
YUV 74.76 168.77 136.02 -
System Red Green Blue C M Y K H S L
Decimal 86 55 147 0.41 0.63 0 0.42 260.22 0.46 0.4
Hex 56 37 93 29 3F 0 2A 104 2E 28
Octal 126 67 223 51 77 0 52 404 56 50
Binary 1010110 110111 10010011 101001 111111 0 101010 100000100 101110 101000

Color Harmonies of #563793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563793

Black with #563793

Text Example


Text Example

White with #563793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #563793; }

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

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

background-color css

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

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

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

border-color css

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

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

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