Html Css Color HEX #563299 Daisy Bush

📋 copy color: '#563299'

red 86 ◦ green 50 ◦ blue 153

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

Shades of Daisy Bush #563299

Tints of Daisy Bush #563299

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.3%

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

R = 29.76%
G = 17.3%
B = 52.94%

CMYK

 C value IS 0.44

 M value IS 0.67

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#563299 (or 0x563299) is known color: Daisy Bush. HEX triplet: 56, 32 and 99. RGB value is (86,50,153). Sum of RGB (Red+Green+Blue) = 86+50+153=289 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.76% from 289); Green value is 50 (19.92% from 255 or 17.30% from 289); Blue value is 153 (60.16% from 255 or 52.94% from 289); Max value from RGB is 153 - color contains mainly: blue. Hex color #563299 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #563299 is #A9CD66. Grayscale: #484848. Windows color (decimal): -11128167 or 10039894. OLE color: 10039894.

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

Color convert

RGB 86 50 153 -
CMYK 0.44 0.67 0 0.4
HSL 260.97º 0.51% 0.4% -
HSV(B) 260.97º 0.67% 0.6% -
XYZ 10.73 6.56 30.84 -
YUV 72.51 173.43 137.62 -
System Red Green Blue C M Y K H S L
Decimal 86 50 153 0.44 0.67 0 0.4 260.97 0.51 0.4
Hex 56 32 99 2C 43 0 28 105 33 28
Octal 126 62 231 54 103 0 50 405 63 50
Binary 1010110 110010 10011001 101100 1000011 0 101000 100000101 110011 101000

Color Harmonies of #563299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563299

Black with #563299

Text Example


Text Example

White with #563299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #563299; }

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

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

background-color css

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

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

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

border-color css

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

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

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