Html Css Color HEX #563D99 Daisy Bush

📋 copy color: '#563D99'

red 86 ◦ green 61 ◦ blue 153

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

Shades of Daisy Bush #563D99

Tints of Daisy Bush #563D99

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20.33%

 BLUE value IS 153 (60.16% from 255) = 51%

R = 28.67%
G = 20.33%
B = 51%

CMYK

 C value IS 0.44

 M value IS 0.60

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#563D99 (or 0x563D99) is known color: Daisy Bush. HEX triplet: 56, 3D and 99. RGB value is (86,61,153). Sum of RGB (Red+Green+Blue) = 86+61+153=300 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.67% from 300); Green value is 61 (24.22% from 255 or 20.33% from 300); Blue value is 153 (60.16% from 255 or 51% from 300); Max value from RGB is 153 - color contains mainly: blue. Hex color #563D99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #563D99 is #A9C266. Grayscale: #4E4E4E. Windows color (decimal): -11125351 or 10042710. OLE color: 10042710.

HSL color Cylindrical-coordinate representation of color #563D99: hue angle of 256.3º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #563D99 is Cyan = 0.44, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 86 61 153 -
CMYK 0.44 0.60 0 0.4
HSL 256.3º 0.43% 0.42% -
HSV(B) 256.3º 0.6% 0.6% -
XYZ 11.26 7.62 31.01 -
YUV 78.96 169.78 133.02 -
System Red Green Blue C M Y K H S L
Decimal 86 61 153 0.44 0.60 0 0.4 256.3 0.43 0.42
Hex 56 3D 99 2C 3C 0 28 100 2B 2A
Octal 126 75 231 54 74 0 50 400 53 52
Binary 1010110 111101 10011001 101100 111100 0 101000 100000000 101011 101010

Color Harmonies of #563D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563D99

Black with #563D99

Text Example


Text Example

White with #563D99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,61,153); }

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

background-color css

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

 a { background-color: rgb(86,61,153); }

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

border-color css

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

 span { border-color: rgb(86,61,153); }

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