Html Css Color HEX #563CA2 Daisy Bush

📋 copy color: '#563CA2'

red 86 ◦ green 60 ◦ blue 162

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

Shades of Daisy Bush #563CA2

Tints of Daisy Bush #563CA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 52.6%

R = 27.92%
G = 19.48%
B = 52.6%

CMYK

 C value IS 0.47

 M value IS 0.63

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#563CA2 (or 0x563CA2) is known color: Daisy Bush. HEX triplet: 56, 3C and A2. RGB value is (86,60,162). Sum of RGB (Red+Green+Blue) = 86+60+162=308 (40% of max value = 765). Red value is 86 (33.98% from 255 or 27.92% from 308); Green value is 60 (23.83% from 255 or 19.48% from 308); Blue value is 162 (63.67% from 255 or 52.60% from 308); Max value from RGB is 162 - color contains mainly: blue. Hex color #563CA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #563CA2 is #A9C35D. Grayscale: #4F4F4F. Windows color (decimal): -11125598 or 10632278. OLE color: 10632278.

HSL color Cylindrical-coordinate representation of color #563CA2: hue angle of 255.29º 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 #563CA2 is Cyan = 0.47, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 86 60 162 -
CMYK 0.47 0.63 0 0.36
HSL 255.29º 0.46% 0.44% -
HSV(B) 255.29º 0.63% 0.64% -
XYZ 11.98 7.82 35.06 -
YUV 79.4 174.61 132.71 -
System Red Green Blue C M Y K H S L
Decimal 86 60 162 0.47 0.63 0 0.36 255.29 0.46 0.44
Hex 56 3C A2 2F 3F 0 24 FF 2E 2C
Octal 126 74 242 57 77 0 44 377 56 54
Binary 1010110 111100 10100010 101111 111111 0 100100 11111111 101110 101100

Color Harmonies of #563CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563CA2

Black with #563CA2

Text Example


Text Example

White with #563CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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