Html Css Color HEX #563B8E Daisy Bush

📋 copy color: '#563B8E'

red 86 ◦ green 59 ◦ blue 142

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

Shades of Daisy Bush #563B8E

Tints of Daisy Bush #563B8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 49.48%

R = 29.97%
G = 20.56%
B = 49.48%

CMYK

 C value IS 0.39

 M value IS 0.58

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#563B8E (or 0x563B8E) is known color: Daisy Bush. HEX triplet: 56, 3B and 8E. RGB value is (86,59,142). Sum of RGB (Red+Green+Blue) = 86+59+142=287 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.97% from 287); Green value is 59 (23.44% from 255 or 20.56% from 287); Blue value is 142 (55.86% from 255 or 49.48% from 287); Max value from RGB is 142 - color contains mainly: blue. Hex color #563B8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #563B8E is #A9C471. Grayscale: #4C4C4C. Windows color (decimal): -11125874 or 9321302. OLE color: 9321302.

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

Color convert

RGB 86 59 142 -
CMYK 0.39 0.58 0 0.44
HSL 259.52º 0.41% 0.39% -
HSV(B) 259.52º 0.58% 0.56% -
XYZ 10.28 7.06 26.41 -
YUV 76.54 164.95 134.75 -
System Red Green Blue C M Y K H S L
Decimal 86 59 142 0.39 0.58 0 0.44 259.52 0.41 0.39
Hex 56 3B 8E 27 3A 0 2C 104 29 27
Octal 126 73 216 47 72 0 54 404 51 47
Binary 1010110 111011 10001110 100111 111010 0 101100 100000100 101001 100111

Color Harmonies of #563B8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563B8E

Black with #563B8E

Text Example


Text Example

White with #563B8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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