Html Css Color HEX #563BAC Daisy Bush

📋 copy color: '#563BAC'

red 86 ◦ green 59 ◦ blue 172

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

Shades of Daisy Bush #563BAC

Tints of Daisy Bush #563BAC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 18.61%

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

R = 27.13%
G = 18.61%
B = 54.26%

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

#563BAC (or 0x563BAC) is known color: Daisy Bush. HEX triplet: 56, 3B and AC. RGB value is (86,59,172). Sum of RGB (Red+Green+Blue) = 86+59+172=317 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.13% from 317); Green value is 59 (23.44% from 255 or 18.61% from 317); Blue value is 172 (67.58% from 255 or 54.26% from 317); Max value from RGB is 172 - color contains mainly: blue. Hex color #563BAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #563BAC is #A9C453. Grayscale: #4F4F4F. Windows color (decimal): -11125844 or 11287382. OLE color: 11287382.

HSL color Cylindrical-coordinate representation of color #563BAC: hue angle of 254.34º degrees, saturation: 0.49, 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 #563BAC is Cyan = 0.5, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 86 59 172 -
CMYK 0.5 0.66 0 0.33
HSL 254.34º 0.49% 0.45% -
HSV(B) 254.34º 0.66% 0.67% -
XYZ 12.85 8.08 39.91 -
YUV 79.96 179.95 132.31 -
System Red Green Blue C M Y K H S L
Decimal 86 59 172 0.5 0.66 0 0.33 254.34 0.49 0.45
Hex 56 3B AC 32 42 0 21 FE 31 2D
Octal 126 73 254 62 102 0 41 376 61 55
Binary 1010110 111011 10101100 110010 1000010 0 100001 11111110 110001 101101

Color Harmonies of #563BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563BAC

Black with #563BAC

Text Example


Text Example

White with #563BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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