#563499

Color #563499 Daisy Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Daisy Bush #563499

Tints of Daisy Bush #563499

Color information

#563499 (or 0x563499) is unknown color: approx Daisy Bush. HEX triplet: 56, 34 and 99. RGB value is (86,52,153). Sum of RGB (Red+Green+Blue) = 86+52+153=291 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.55% from 291); Green value is 52 (20.70% from 255 or 17.87% from 291); Blue value is 153 (60.16% from 255 or 52.58% from 291); Max value from RGB is 153 - color contains mainly: blue. Hex color #563499 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #563499 is #A9CB66. Grayscale: #494949. Windows color (decimal): -11127655 or 10040406. OLE color: 10040406.

HSL color Cylindrical-coordinate representation of color #563499: hue angle of 260.2º degrees, saturation: 0.49, 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 #563499 is Cyan = 0.44, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB8652153-
CMYK0.440.6600.4
HSL260.2º49.27%40.2%-
HSV(B)260.2º66.01%60%-
XYZ10.826.7330.87-
YUV73.68172.76136.79-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.55%
GREEN value IS 52 (20.70% from 255) = 17.87%
BLUE value IS 153 (60.16% from 255) = 52.58%
R=29.55%
G=17.87%
B=52.58%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal86521530.440.6600.4260.249.2740.2
Hex5634992C420281043128
Octal12664231541020504046150
Binary10101101101001001100110110010000100101000100000100110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563499; }

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

 H1.HeaderClassName
 {
   color: #563499;
 }
 .AnyTagClassName
 {
   color: #563499;
 }
</style>
background-color css

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

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

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

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

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

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