Html Css Color HEX #563A8C Daisy Bush

📋 copy color: '#563A8C'

red 86 ◦ green 58 ◦ blue 140

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

Shades of Daisy Bush #563A8C

Tints of Daisy Bush #563A8C

RGB

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

 GREEN value IS 58 (23.05% from 255) = 20.42%

 BLUE value IS 140 (55.08% from 255) = 49.3%

R = 30.28%
G = 20.42%
B = 49.3%

CMYK

 C value IS 0.39

 M value IS 0.59

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#563A8C (or 0x563A8C) is known color: Daisy Bush. HEX triplet: 56, 3A and 8C. RGB value is (86,58,140). Sum of RGB (Red+Green+Blue) = 86+58+140=284 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.28% from 284); Green value is 58 (23.05% from 255 or 20.42% from 284); Blue value is 140 (55.08% from 255 or 49.30% from 284); Max value from RGB is 140 - color contains mainly: blue. Hex color #563A8C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #563A8C is #A9C573. Grayscale: #4B4B4B. Windows color (decimal): -11126132 or 9189974. OLE color: 9189974.

HSL color Cylindrical-coordinate representation of color #563A8C: hue angle of 260.49º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #563A8C is Cyan = 0.39, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 86 58 140 -
CMYK 0.39 0.59 0 0.45
HSL 260.49º 0.41% 0.39% -
HSV(B) 260.49º 0.59% 0.55% -
XYZ 10.08 6.9 25.61 -
YUV 75.72 164.28 135.33 -
System Red Green Blue C M Y K H S L
Decimal 86 58 140 0.39 0.59 0 0.45 260.49 0.41 0.39
Hex 56 3A 8C 27 3B 0 2D 104 29 27
Octal 126 72 214 47 73 0 55 404 51 47
Binary 1010110 111010 10001100 100111 111011 0 101101 100000100 101001 100111

Color Harmonies of #563A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563A8C

Black with #563A8C

Text Example


Text Example

White with #563A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,58,140); }

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

background-color css

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

 a { background-color: rgb(86,58,140); }

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

border-color css

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

 span { border-color: rgb(86,58,140); }

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