Html Css Color HEX #563AAC Daisy Bush

📋 copy color: '#563AAC'

red 86 ◦ green 58 ◦ blue 172

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

Shades of Daisy Bush #563AAC

Tints of Daisy Bush #563AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 54.43%

R = 27.22%
G = 18.35%
B = 54.43%

CMYK

 C value IS 0.5

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#563AAC (or 0x563AAC) is known color: Daisy Bush. HEX triplet: 56, 3A and AC. RGB value is (86,58,172). Sum of RGB (Red+Green+Blue) = 86+58+172=316 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.22% from 316); Green value is 58 (23.05% from 255 or 18.35% from 316); Blue value is 172 (67.58% from 255 or 54.43% from 316); Max value from RGB is 172 - color contains mainly: blue. Hex color #563AAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #563AAC is #A9C553. Grayscale: #4E4E4E. Windows color (decimal): -11126100 or 11287126. OLE color: 11287126.

HSL color Cylindrical-coordinate representation of color #563AAC: hue angle of 254.74º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #563AAC is Cyan = 0.5, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 86 58 172 -
CMYK 0.5 0.66 0 0.33
HSL 254.74º 0.5% 0.45% -
HSV(B) 254.74º 0.66% 0.67% -
XYZ 12.8 7.98 39.9 -
YUV 79.37 180.28 132.73 -
System Red Green Blue C M Y K H S L
Decimal 86 58 172 0.5 0.66 0 0.33 254.74 0.5 0.45
Hex 56 3A AC 32 42 0 21 FF 32 2D
Octal 126 72 254 62 102 0 41 377 62 55
Binary 1010110 111010 10101100 110010 1000010 0 100001 11111111 110010 101101

Color Harmonies of #563AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563AAC

Black with #563AAC

Text Example


Text Example

White with #563AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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