Html Css Color HEX #563095 Daisy Bush

📋 copy color: '#563095'

red 86 ◦ green 48 ◦ blue 149

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

Shades of Daisy Bush #563095

Tints of Daisy Bush #563095

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.96%

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

R = 30.39%
G = 16.96%
B = 52.65%

CMYK

 C value IS 0.42

 M value IS 0.68

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#563095 (or 0x563095) is known color: Daisy Bush. HEX triplet: 56, 30 and 95. RGB value is (86,48,149). Sum of RGB (Red+Green+Blue) = 86+48+149=283 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.39% from 283); Green value is 48 (19.14% from 255 or 16.96% from 283); Blue value is 149 (58.59% from 255 or 52.65% from 283); Max value from RGB is 149 - color contains mainly: blue. Hex color #563095 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #563095 is #A9CF6A. Grayscale: #464646. Windows color (decimal): -11128683 or 9777238. OLE color: 9777238.

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

Color convert

RGB 86 48 149 -
CMYK 0.42 0.68 0 0.42
HSL 262.57º 0.51% 0.39% -
HSV(B) 262.57º 0.68% 0.58% -
XYZ 10.32 6.26 29.1 -
YUV 70.88 172.09 138.79 -
System Red Green Blue C M Y K H S L
Decimal 86 48 149 0.42 0.68 0 0.42 262.57 0.51 0.39
Hex 56 30 95 2A 44 0 2A 107 33 27
Octal 126 60 225 52 104 0 52 407 63 47
Binary 1010110 110000 10010101 101010 1000100 0 101010 100000111 110011 100111

Color Harmonies of #563095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563095

Black with #563095

Text Example


Text Example

White with #563095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #563095; }

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

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

background-color css

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

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

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

border-color css

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

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

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