#56408B

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

Shades of Daisy Bush #56408B

Tints of Daisy Bush #56408B

Color information

#56408B (or 0x56408B) is unknown color: approx Daisy Bush. HEX triplet: 56, 40 and 8B. RGB value is (86,64,139). Sum of RGB (Red+Green+Blue) = 86+64+139=289 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.76% from 289); Green value is 64 (25.39% from 255 or 22.15% from 289); Blue value is 139 (54.69% from 255 or 48.10% from 289); Max value from RGB is 139 - color contains mainly: blue. Hex color #56408B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #56408B is #A9BF74. Grayscale: #4E4E4E. Windows color (decimal): -11124597 or 9125974. OLE color: 9125974.

HSL color Cylindrical-coordinate representation of color #56408B: hue angle of 257.6º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #56408B is Cyan = 0.38, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8664139-
CMYK0.380.5400.45
HSL257.6º36.95%39.8%-
HSV(B)257.6º53.96%54.51%-
XYZ10.337.5125.33-
YUV79.13161.79132.9-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.76%
GREEN value IS 64 (25.39% from 255) = 22.15%
BLUE value IS 139 (54.69% from 255) = 48.10%
R=29.76%
G=22.15%
B=48.10%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal86641390.380.5400.45257.636.9539.8
Hex56408B263602D1022528
Octal12610021346660554024550
Binary10101101000000100010111001101101100101101100000010100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56408B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56408B; }

 p { color: rgb(86,64,139); }

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

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

 a { background-color: rgb(86,64,139); }

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

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

 span { border-color: rgb(86,64,139); }

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