Html Css Color HEX #563398 Daisy Bush

📋 copy color: '#563398'

red 86 ◦ green 51 ◦ blue 152

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

Shades of Daisy Bush #563398

Tints of Daisy Bush #563398

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.65%

 BLUE value IS 152 (59.77% from 255) = 52.6%

R = 29.76%
G = 17.65%
B = 52.6%

CMYK

 C value IS 0.43

 M value IS 0.66

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#563398 (or 0x563398) is known color: Daisy Bush. HEX triplet: 56, 33 and 98. RGB value is (86,51,152). Sum of RGB (Red+Green+Blue) = 86+51+152=289 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.76% from 289); Green value is 51 (20.31% from 255 or 17.65% from 289); Blue value is 152 (59.77% from 255 or 52.60% from 289); Max value from RGB is 152 - color contains mainly: blue. Hex color #563398 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #563398 is #A9CC67. Grayscale: #484848. Windows color (decimal): -11127912 or 9974614. OLE color: 9974614.

HSL color Cylindrical-coordinate representation of color #563398: hue angle of 260.79º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #563398 is Cyan = 0.43, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 86 51 152 -
CMYK 0.43 0.66 0 0.40
HSL 260.79º 0.5% 0.4% -
HSV(B) 260.79º 0.66% 0.6% -
XYZ 10.69 6.61 30.42 -
YUV 72.98 172.6 137.29 -
System Red Green Blue C M Y K H S L
Decimal 86 51 152 0.43 0.66 0 0.40 260.79 0.5 0.4
Hex 56 33 98 2B 42 0 28 105 32 28
Octal 126 63 230 53 102 0 50 405 62 50
Binary 1010110 110011 10011000 101011 1000010 0 101000 100000101 110010 101000

Color Harmonies of #563398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563398

Black with #563398

Text Example


Text Example

White with #563398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #563398; }

 p { color: rgb(86,51,152); }

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

background-color css

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

 a { background-color: rgb(86,51,152); }

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

border-color css

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

 span { border-color: rgb(86,51,152); }

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