#563092

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

Shades of Daisy Bush #563092

Tints of Daisy Bush #563092

Color information

#563092 (or 0x563092) is unknown color: approx Daisy Bush. HEX triplet: 56, 30 and 92. RGB value is (86,48,146). Sum of RGB (Red+Green+Blue) = 86+48+146=280 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.71% from 280); Green value is 48 (19.14% from 255 or 17.14% from 280); Blue value is 146 (57.42% from 255 or 52.14% from 280); Max value from RGB is 146 - color contains mainly: blue. Hex color #563092 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #563092 is #A9CF6D. Grayscale: #464646. Windows color (decimal): -11128686 or 9580630. OLE color: 9580630.

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

Color convert

RGB8648146-
CMYK0.410.6700.43
HSL263.27º50.52%38.04%-
HSV(B)263.27º67.12%57.25%-
XYZ10.086.1727.85-
YUV70.53170.59139.03-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.71%
GREEN value IS 48 (19.14% from 255) = 17.14%
BLUE value IS 146 (57.42% from 255) = 52.14%
R=30.71%
G=17.14%
B=52.14%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal86481460.410.6700.43263.2750.5238.04
Hex563092294302B1073326
Octal12660222511030534076346
Binary10101101100001001001010100110000110101011100000111110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563092; }

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

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

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

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

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

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

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

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