Html Css Color HEX #563893 Daisy Bush

📋 copy color: '#563893'

red 86 ◦ green 56 ◦ blue 147

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

Shades of Daisy Bush #563893

Tints of Daisy Bush #563893

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.38%

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

R = 29.76%
G = 19.38%
B = 50.87%

CMYK

 C value IS 0.41

 M value IS 0.62

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#563893 (or 0x563893) is known color: Daisy Bush. HEX triplet: 56, 38 and 93. RGB value is (86,56,147). Sum of RGB (Red+Green+Blue) = 86+56+147=289 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.76% from 289); Green value is 56 (22.27% from 255 or 19.38% from 289); Blue value is 147 (57.81% from 255 or 50.87% from 289); Max value from RGB is 147 - color contains mainly: blue. Hex color #563893 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #563893 is #A9C76C. Grayscale: #4B4B4B. Windows color (decimal): -11126637 or 9648214. OLE color: 9648214.

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

Color convert

RGB 86 56 147 -
CMYK 0.41 0.62 0 0.42
HSL 259.78º 0.45% 0.4% -
HSV(B) 259.78º 0.62% 0.58% -
XYZ 10.52 6.91 28.38 -
YUV 75.34 168.44 135.6 -
System Red Green Blue C M Y K H S L
Decimal 86 56 147 0.41 0.62 0 0.42 259.78 0.45 0.4
Hex 56 38 93 29 3E 0 2A 104 2D 28
Octal 126 70 223 51 76 0 52 404 55 50
Binary 1010110 111000 10010011 101001 111110 0 101010 100000100 101101 101000

Color Harmonies of #563893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563893

Black with #563893

Text Example


Text Example

White with #563893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #563893; }

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

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

background-color css

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

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

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

border-color css

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

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

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