Html Css Color HEX #563291 Daisy Bush

📋 copy color: '#563291'

red 86 ◦ green 50 ◦ blue 145

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

Shades of Daisy Bush #563291

Tints of Daisy Bush #563291

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.79%

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

R = 30.6%
G = 17.79%
B = 51.6%

CMYK

 C value IS 0.41

 M value IS 0.66

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#563291 (or 0x563291) is known color: Daisy Bush. HEX triplet: 56, 32 and 91. RGB value is (86,50,145). Sum of RGB (Red+Green+Blue) = 86+50+145=281 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.60% from 281); Green value is 50 (19.92% from 255 or 17.79% from 281); Blue value is 145 (57.03% from 255 or 51.60% from 281); Max value from RGB is 145 - color contains mainly: blue. Hex color #563291 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #563291 is #A9CD6E. Grayscale: #474747. Windows color (decimal): -11128175 or 9515606. OLE color: 9515606.

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

Color convert

RGB 86 50 145 -
CMYK 0.41 0.66 0 0.43
HSL 262.74º 0.49% 0.38% -
HSV(B) 262.74º 0.66% 0.57% -
XYZ 10.09 6.3 27.47 -
YUV 71.59 169.43 138.28 -
System Red Green Blue C M Y K H S L
Decimal 86 50 145 0.41 0.66 0 0.43 262.74 0.49 0.38
Hex 56 32 91 29 42 0 2B 107 31 26
Octal 126 62 221 51 102 0 53 407 61 46
Binary 1010110 110010 10010001 101001 1000010 0 101011 100000111 110001 100110

Color Harmonies of #563291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563291

Black with #563291

Text Example


Text Example

White with #563291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #563291; }

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

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

background-color css

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

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

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

border-color css

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

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

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