Html Css Color HEX #563197 Daisy Bush

📋 copy color: '#563197'

red 86 ◦ green 49 ◦ blue 151

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

Shades of Daisy Bush #563197

Tints of Daisy Bush #563197

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.13%

 BLUE value IS 151 (59.38% from 255) = 52.8%

R = 30.07%
G = 17.13%
B = 52.8%

CMYK

 C value IS 0.43

 M value IS 0.68

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#563197 (or 0x563197) is known color: Daisy Bush. HEX triplet: 56, 31 and 97. RGB value is (86,49,151). Sum of RGB (Red+Green+Blue) = 86+49+151=286 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.07% from 286); Green value is 49 (19.53% from 255 or 17.13% from 286); Blue value is 151 (59.38% from 255 or 52.80% from 286); Max value from RGB is 151 - color contains mainly: blue. Hex color #563197 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #563197 is #A9CE68. Grayscale: #474747. Windows color (decimal): -11128425 or 9908566. OLE color: 9908566.

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

Color convert

RGB 86 49 151 -
CMYK 0.43 0.68 0 0.41
HSL 261.76º 0.51% 0.39% -
HSV(B) 261.76º 0.68% 0.59% -
XYZ 10.52 6.41 29.96 -
YUV 71.69 172.76 138.21 -
System Red Green Blue C M Y K H S L
Decimal 86 49 151 0.43 0.68 0 0.41 261.76 0.51 0.39
Hex 56 31 97 2B 44 0 29 106 33 27
Octal 126 61 227 53 104 0 51 406 63 47
Binary 1010110 110001 10010111 101011 1000100 0 101001 100000110 110011 100111

Color Harmonies of #563197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563197

Black with #563197

Text Example


Text Example

White with #563197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #563197; }

 p { color: rgb(86,49,151); }

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

background-color css

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

 a { background-color: rgb(86,49,151); }

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

border-color css

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

 span { border-color: rgb(86,49,151); }

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