#56449D

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

Shades of Daisy Bush #56449D

Tints of Daisy Bush #56449D

Color information

#56449D (or 0x56449D) is unknown color: approx Daisy Bush. HEX triplet: 56, 44 and 9D. RGB value is (86,68,157). Sum of RGB (Red+Green+Blue) = 86+68+157=311 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.65% from 311); Green value is 68 (26.95% from 255 or 21.86% from 311); Blue value is 157 (61.72% from 255 or 50.48% from 311); Max value from RGB is 157 - color contains mainly: blue. Hex color #56449D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #56449D is #A9BB62. Grayscale: #535353. Windows color (decimal): -11123555 or 10306646. OLE color: 10306646.

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

Color convert

RGB8668157-
CMYK0.450.5700.38
HSL252.13º39.56%44.12%-
HSV(B)252.13º56.69%61.57%-
XYZ11.998.5532.92-
YUV83.53169.46129.76-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.65%
GREEN value IS 68 (26.95% from 255) = 21.86%
BLUE value IS 157 (61.72% from 255) = 50.48%
R=27.65%
G=21.86%
B=50.48%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal86681570.450.5700.38252.1339.5644.12
Hex56449D2D39026fc282c
Octal12610423555710463745054
Binary1010110100010010011101101101111001010011011111100101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56449D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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