#56449F

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

Shades of Daisy Bush #56449F

Tints of Daisy Bush #56449F

Color information

#56449F (or 0x56449F) is unknown color: approx Daisy Bush. HEX triplet: 56, 44 and 9F. RGB value is (86,68,159). Sum of RGB (Red+Green+Blue) = 86+68+159=313 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.48% from 313); Green value is 68 (26.95% from 255 or 21.73% from 313); Blue value is 159 (62.5% from 255 or 50.80% from 313); Max value from RGB is 159 - color contains mainly: blue. Hex color #56449F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #56449F is #A9BB60. Grayscale: #535353. Windows color (decimal): -11123553 or 10437718. OLE color: 10437718.

HSL color Cylindrical-coordinate representation of color #56449F: hue angle of 251.87º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #56449F is Cyan = 0.46, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8668159-
CMYK0.460.5700.38
HSL251.87º40.09%44.51%-
HSV(B)251.87º57.23%62.35%-
XYZ12.168.6233.82-
YUV83.76170.46129.6-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.48%
GREEN value IS 68 (26.95% from 255) = 21.73%
BLUE value IS 159 (62.5% from 255) = 50.80%
R=27.48%
G=21.73%
B=50.80%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal86681590.460.5700.38251.8740.0944.51
Hex56449F2E39026fc282d
Octal12610423756710463745055
Binary1010110100010010011111101110111001010011011111100101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56449F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56449F; }

 p { color: rgb(86,68,159); }

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

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

 a { background-color: rgb(86,68,159); }

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

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

 span { border-color: rgb(86,68,159); }

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