Html Css Color HEX #563CAC Daisy Bush

📋 copy color: '#563CAC'

red 86 ◦ green 60 ◦ blue 172

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

Shades of Daisy Bush #563CAC

Tints of Daisy Bush #563CAC

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.87%

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

R = 27.04%
G = 18.87%
B = 54.09%

CMYK

 C value IS 0.5

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#563CAC (or 0x563CAC) is known color: Daisy Bush. HEX triplet: 56, 3C and AC. RGB value is (86,60,172). Sum of RGB (Red+Green+Blue) = 86+60+172=318 (42% of max value = 765). Red value is 86 (33.98% from 255 or 27.04% from 318); Green value is 60 (23.83% from 255 or 18.87% from 318); Blue value is 172 (67.58% from 255 or 54.09% from 318); Max value from RGB is 172 - color contains mainly: blue. Hex color #563CAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #563CAC is #A9C353. Grayscale: #505050. Windows color (decimal): -11125588 or 11287638. OLE color: 11287638.

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

Color convert

RGB 86 60 172 -
CMYK 0.5 0.65 0 0.33
HSL 253.93º 0.48% 0.45% -
HSV(B) 253.93º 0.65% 0.67% -
XYZ 12.9 8.19 39.93 -
YUV 80.54 179.61 131.89 -
System Red Green Blue C M Y K H S L
Decimal 86 60 172 0.5 0.65 0 0.33 253.93 0.48 0.45
Hex 56 3C AC 32 41 0 21 FE 30 2D
Octal 126 74 254 62 101 0 41 376 60 55
Binary 1010110 111100 10101100 110010 1000001 0 100001 11111110 110000 101101

Color Harmonies of #563CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563CAC

Black with #563CAC

Text Example


Text Example

White with #563CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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