Html Css Color HEX #563195 Daisy Bush

📋 copy color: '#563195'

red 86 ◦ green 49 ◦ blue 149

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

Shades of Daisy Bush #563195

Tints of Daisy Bush #563195

RGB

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

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

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

R = 30.28%
G = 17.25%
B = 52.46%

CMYK

 C value IS 0.42

 M value IS 0.67

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#563195 (or 0x563195) is known color: Daisy Bush. HEX triplet: 56, 31 and 95. RGB value is (86,49,149). Sum of RGB (Red+Green+Blue) = 86+49+149=284 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.28% from 284); Green value is 49 (19.53% from 255 or 17.25% from 284); Blue value is 149 (58.59% from 255 or 52.46% from 284); Max value from RGB is 149 - color contains mainly: blue. Hex color #563195 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #563195 is #A9CE6A. Grayscale: #474747. Windows color (decimal): -11128427 or 9777494. OLE color: 9777494.

HSL color Cylindrical-coordinate representation of color #563195: hue angle of 262.2º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #563195 is Cyan = 0.42, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 86 49 149 -
CMYK 0.42 0.67 0 0.42
HSL 262.2º 0.51% 0.39% -
HSV(B) 262.2º 0.67% 0.58% -
XYZ 10.36 6.34 29.11 -
YUV 71.46 171.76 138.37 -
System Red Green Blue C M Y K H S L
Decimal 86 49 149 0.42 0.67 0 0.42 262.2 0.51 0.39
Hex 56 31 95 2A 43 0 2A 106 33 27
Octal 126 61 225 52 103 0 52 406 63 47
Binary 1010110 110001 10010101 101010 1000011 0 101010 100000110 110011 100111

Color Harmonies of #563195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563195

Black with #563195

Text Example


Text Example

White with #563195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #563195; }

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

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

background-color css

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

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

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

border-color css

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

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

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