Html Css Color HEX #563791 Daisy Bush

📋 copy color: '#563791'

red 86 ◦ green 55 ◦ blue 145

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

Shades of Daisy Bush #563791

Tints of Daisy Bush #563791

RGB

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

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

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

R = 30.07%
G = 19.23%
B = 50.7%

CMYK

 C value IS 0.41

 M value IS 0.62

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#563791 (or 0x563791) is known color: Daisy Bush. HEX triplet: 56, 37 and 91. RGB value is (86,55,145). Sum of RGB (Red+Green+Blue) = 86+55+145=286 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.07% from 286); Green value is 55 (21.88% from 255 or 19.23% from 286); Blue value is 145 (57.03% from 255 or 50.70% from 286); Max value from RGB is 145 - color contains mainly: blue. Hex color #563791 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #563791 is #A9C86E. Grayscale: #4A4A4A. Windows color (decimal): -11126895 or 9516886. OLE color: 9516886.

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

Color convert

RGB 86 55 145 -
CMYK 0.41 0.62 0 0.43
HSL 260.67º 0.45% 0.39% -
HSV(B) 260.67º 0.62% 0.57% -
XYZ 10.31 6.76 27.55 -
YUV 74.53 167.77 136.18 -
System Red Green Blue C M Y K H S L
Decimal 86 55 145 0.41 0.62 0 0.43 260.67 0.45 0.39
Hex 56 37 91 29 3E 0 2B 105 2D 27
Octal 126 67 221 51 76 0 53 405 55 47
Binary 1010110 110111 10010001 101001 111110 0 101011 100000101 101101 100111

Color Harmonies of #563791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563791

Black with #563791

Text Example


Text Example

White with #563791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #563791; }

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

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

background-color css

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

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

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

border-color css

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

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

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