Html Css Color HEX #563895 Daisy Bush

📋 copy color: '#563895'

red 86 ◦ green 56 ◦ blue 149

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

Shades of Daisy Bush #563895

Tints of Daisy Bush #563895

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 51.2%

R = 29.55%
G = 19.24%
B = 51.2%

CMYK

 C value IS 0.42

 M value IS 0.62

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#563895 (or 0x563895) is known color: Daisy Bush. HEX triplet: 56, 38 and 95. RGB value is (86,56,149). Sum of RGB (Red+Green+Blue) = 86+56+149=291 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.55% from 291); Green value is 56 (22.27% from 255 or 19.24% from 291); Blue value is 149 (58.59% from 255 or 51.20% from 291); Max value from RGB is 149 - color contains mainly: blue. Hex color #563895 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #563895 is #A9C76A. Grayscale: #4B4B4B. Windows color (decimal): -11126635 or 9779286. OLE color: 9779286.

HSL color Cylindrical-coordinate representation of color #563895: hue angle of 259.35º 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 #563895 is Cyan = 0.42, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 86 56 149 -
CMYK 0.42 0.62 0 0.42
HSL 259.35º 0.45% 0.4% -
HSV(B) 259.35º 0.62% 0.58% -
XYZ 10.68 6.98 29.22 -
YUV 75.57 169.44 135.44 -
System Red Green Blue C M Y K H S L
Decimal 86 56 149 0.42 0.62 0 0.42 259.35 0.45 0.4
Hex 56 38 95 2A 3E 0 2A 103 2D 28
Octal 126 70 225 52 76 0 52 403 55 50
Binary 1010110 111000 10010101 101010 111110 0 101010 100000011 101101 101000

Color Harmonies of #563895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563895

Black with #563895

Text Example


Text Example

White with #563895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #563895; }

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

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

background-color css

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

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

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

border-color css

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

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

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