Html Css Color HEX #563AA8 Daisy Bush

📋 copy color: '#563AA8'

red 86 ◦ green 58 ◦ blue 168

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

Shades of Daisy Bush #563AA8

Tints of Daisy Bush #563AA8

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.59%

 BLUE value IS 168 (66.02% from 255) = 53.85%

R = 27.56%
G = 18.59%
B = 53.85%

CMYK

 C value IS 0.49

 M value IS 0.65

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#563AA8 (or 0x563AA8) is known color: Daisy Bush. HEX triplet: 56, 3A and A8. RGB value is (86,58,168). Sum of RGB (Red+Green+Blue) = 86+58+168=312 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.56% from 312); Green value is 58 (23.05% from 255 or 18.59% from 312); Blue value is 168 (66.02% from 255 or 53.85% from 312); Max value from RGB is 168 - color contains mainly: blue. Hex color #563AA8 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #563AA8 is #A9C557. Grayscale: #4E4E4E. Windows color (decimal): -11126104 or 11024982. OLE color: 11024982.

HSL color Cylindrical-coordinate representation of color #563AA8: hue angle of 255.27º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #563AA8 is Cyan = 0.49, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 86 58 168 -
CMYK 0.49 0.65 0 0.34
HSL 255.27º 0.49% 0.44% -
HSV(B) 255.27º 0.65% 0.66% -
XYZ 12.42 7.83 37.9 -
YUV 78.91 178.28 133.06 -
System Red Green Blue C M Y K H S L
Decimal 86 58 168 0.49 0.65 0 0.34 255.27 0.49 0.44
Hex 56 3A A8 31 41 0 22 FF 31 2C
Octal 126 72 250 61 101 0 42 377 61 54
Binary 1010110 111010 10101000 110001 1000001 0 100010 11111111 110001 101100

Color Harmonies of #563AA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563AA8

Black with #563AA8

Text Example


Text Example

White with #563AA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #563AA8; }

 p { color: rgb(86,58,168); }

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

background-color css

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

 a { background-color: rgb(86,58,168); }

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

border-color css

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

 span { border-color: rgb(86,58,168); }

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