Html Css Color HEX #563FAC Daisy Bush

📋 copy color: '#563FAC'

red 86 ◦ green 63 ◦ blue 172

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

Shades of Daisy Bush #563FAC

Tints of Daisy Bush #563FAC

RGB

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

 GREEN value IS 63 (25% from 255) = 19.63%

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

R = 26.79%
G = 19.63%
B = 53.58%

CMYK

 C value IS 0.5

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#563FAC (or 0x563FAC) is known color: Daisy Bush. HEX triplet: 56, 3F and AC. RGB value is (86,63,172). Sum of RGB (Red+Green+Blue) = 86+63+172=321 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.79% from 321); Green value is 63 (25% from 255 or 19.63% from 321); Blue value is 172 (67.58% from 255 or 53.58% from 321); Max value from RGB is 172 - color contains mainly: blue. Hex color #563FAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #563FAC is #A9C053. Grayscale: #515151. Windows color (decimal): -11124820 or 11288406. OLE color: 11288406.

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

Color convert

RGB 86 63 172 -
CMYK 0.5 0.63 0 0.33
HSL 252.66º 0.46% 0.46% -
HSV(B) 252.66º 0.63% 0.67% -
XYZ 13.06 8.51 39.98 -
YUV 82.3 178.62 130.64 -
System Red Green Blue C M Y K H S L
Decimal 86 63 172 0.5 0.63 0 0.33 252.66 0.46 0.46
Hex 56 3F AC 32 3F 0 21 FD 2E 2E
Octal 126 77 254 62 77 0 41 375 56 56
Binary 1010110 111111 10101100 110010 111111 0 100001 11111101 101110 101110

Color Harmonies of #563FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563FAC

Black with #563FAC

Text Example


Text Example

White with #563FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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