Html Css Color HEX #563591 Daisy Bush

📋 copy color: '#563591'

red 86 ◦ green 53 ◦ blue 145

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

Shades of Daisy Bush #563591

Tints of Daisy Bush #563591

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.66%

 BLUE value IS 145 (57.03% from 255) = 51.06%

R = 30.28%
G = 18.66%
B = 51.06%

CMYK

 C value IS 0.41

 M value IS 0.63

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#563591 (or 0x563591) is known color: Daisy Bush. HEX triplet: 56, 35 and 91. RGB value is (86,53,145). Sum of RGB (Red+Green+Blue) = 86+53+145=284 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.28% from 284); Green value is 53 (21.09% from 255 or 18.66% from 284); Blue value is 145 (57.03% from 255 or 51.06% from 284); Max value from RGB is 145 - color contains mainly: blue. Hex color #563591 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #563591 is #A9CA6E. Grayscale: #494949. Windows color (decimal): -11127407 or 9516374. OLE color: 9516374.

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

Color convert

RGB 86 53 145 -
CMYK 0.41 0.63 0 0.43
HSL 261.52º 0.46% 0.39% -
HSV(B) 261.52º 0.63% 0.57% -
XYZ 10.22 6.57 27.52 -
YUV 73.36 168.43 137.02 -
System Red Green Blue C M Y K H S L
Decimal 86 53 145 0.41 0.63 0 0.43 261.52 0.46 0.39
Hex 56 35 91 29 3F 0 2B 106 2E 27
Octal 126 65 221 51 77 0 53 406 56 47
Binary 1010110 110101 10010001 101001 111111 0 101011 100000110 101110 100111

Color Harmonies of #563591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563591

Black with #563591

Text Example


Text Example

White with #563591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #563591; }

 p { color: rgb(86,53,145); }

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

background-color css

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

 a { background-color: rgb(86,53,145); }

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

border-color css

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

 span { border-color: rgb(86,53,145); }

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