Html Css Color HEX #563CA4 Daisy Bush

📋 copy color: '#563CA4'

red 86 ◦ green 60 ◦ blue 164

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

Shades of Daisy Bush #563CA4

Tints of Daisy Bush #563CA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 52.9%

R = 27.74%
G = 19.35%
B = 52.9%

CMYK

 C value IS 0.48

 M value IS 0.63

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#563CA4 (or 0x563CA4) is known color: Daisy Bush. HEX triplet: 56, 3C and A4. RGB value is (86,60,164). Sum of RGB (Red+Green+Blue) = 86+60+164=310 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.74% from 310); Green value is 60 (23.83% from 255 or 19.35% from 310); Blue value is 164 (64.45% from 255 or 52.90% from 310); Max value from RGB is 164 - color contains mainly: blue. Hex color #563CA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #563CA4 is #A9C35B. Grayscale: #4F4F4F. Windows color (decimal): -11125596 or 10763350. OLE color: 10763350.

HSL color Cylindrical-coordinate representation of color #563CA4: hue angle of 255º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #563CA4 is Cyan = 0.48, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 86 60 164 -
CMYK 0.48 0.63 0 0.36
HSL 255º 0.46% 0.44% -
HSV(B) 255º 0.63% 0.64% -
XYZ 12.15 7.89 36 -
YUV 79.63 175.61 132.54 -
System Red Green Blue C M Y K H S L
Decimal 86 60 164 0.48 0.63 0 0.36 255 0.46 0.44
Hex 56 3C A4 30 3F 0 24 FF 2E 2C
Octal 126 74 244 60 77 0 44 377 56 54
Binary 1010110 111100 10100100 110000 111111 0 100100 11111111 101110 101100

Color Harmonies of #563CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563CA4

Black with #563CA4

Text Example


Text Example

White with #563CA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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