#563492

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

Shades of Daisy Bush #563492

Tints of Daisy Bush #563492

Color information

#563492 (or 0x563492) is unknown color: approx Daisy Bush. HEX triplet: 56, 34 and 92. RGB value is (86,52,146). Sum of RGB (Red+Green+Blue) = 86+52+146=284 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.28% from 284); Green value is 52 (20.70% from 255 or 18.31% from 284); Blue value is 146 (57.42% from 255 or 51.41% from 284); Max value from RGB is 146 - color contains mainly: blue. Hex color #563492 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #563492 is #A9CB6D. Grayscale: #484848. Windows color (decimal): -11127662 or 9581654. OLE color: 9581654.

HSL color Cylindrical-coordinate representation of color #563492: hue angle of 261.7º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #563492 is Cyan = 0.41, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB8652146-
CMYK0.410.6400.43
HSL261.7º47.47%38.82%-
HSV(B)261.7º64.38%57.25%-
XYZ10.256.5127.91-
YUV72.88169.26137.36-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.28%
GREEN value IS 52 (20.70% from 255) = 18.31%
BLUE value IS 146 (57.42% from 255) = 51.41%
R=30.28%
G=18.31%
B=51.41%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal86521460.410.6400.43261.747.4738.82
Hex563492294002B1062f27
Octal12664222511000534065747
Binary10101101101001001001010100110000000101011100000110101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563492; }

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

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

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

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

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

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

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

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