Html Css Color HEX #563395 Daisy Bush

📋 copy color: '#563395'

red 86 ◦ green 51 ◦ blue 149

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

Shades of Daisy Bush #563395

Tints of Daisy Bush #563395

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.83%

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

R = 30.07%
G = 17.83%
B = 52.1%

CMYK

 C value IS 0.42

 M value IS 0.66

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#563395 (or 0x563395) is known color: Daisy Bush. HEX triplet: 56, 33 and 95. RGB value is (86,51,149). Sum of RGB (Red+Green+Blue) = 86+51+149=286 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.07% from 286); Green value is 51 (20.31% from 255 or 17.83% from 286); Blue value is 149 (58.59% from 255 or 52.10% from 286); Max value from RGB is 149 - color contains mainly: blue. Hex color #563395 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #563395 is #A9CC6A. Grayscale: #484848. Windows color (decimal): -11127915 or 9778006. OLE color: 9778006.

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

Color convert

RGB 86 51 149 -
CMYK 0.42 0.66 0 0.42
HSL 261.43º 0.49% 0.39% -
HSV(B) 261.43º 0.66% 0.58% -
XYZ 10.45 6.52 29.14 -
YUV 72.64 171.1 137.53 -
System Red Green Blue C M Y K H S L
Decimal 86 51 149 0.42 0.66 0 0.42 261.43 0.49 0.39
Hex 56 33 95 2A 42 0 2A 105 31 27
Octal 126 63 225 52 102 0 52 405 61 47
Binary 1010110 110011 10010101 101010 1000010 0 101010 100000101 110001 100111

Color Harmonies of #563395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563395

Black with #563395

Text Example


Text Example

White with #563395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #563395; }

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

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

background-color css

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

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

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

border-color css

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

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

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