#56289A

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

Shades of Daisy Bush #56289A

Tints of Daisy Bush #56289A

Color information

#56289A (or 0x56289A) is unknown color: approx Daisy Bush. HEX triplet: 56, 28 and 9A. RGB value is (86,40,154). Sum of RGB (Red+Green+Blue) = 86+40+154=280 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.71% from 280); Green value is 40 (16.02% from 255 or 14.29% from 280); Blue value is 154 (60.55% from 255 or 55% from 280); Max value from RGB is 154 - color contains mainly: blue. Hex color #56289A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #56289A is #A9D765. Grayscale: #424242. Windows color (decimal): -11130726 or 10102870. OLE color: 10102870.

HSL color Cylindrical-coordinate representation of color #56289A: hue angle of 264.21º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #56289A is Cyan = 0.44, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB8640154-
CMYK0.440.7400.40
HSL264.21º58.76%38.04%-
HSV(B)264.21º74.03%60.39%-
XYZ10.435.8331.15-
YUV66.75177.24141.73-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.71%
GREEN value IS 40 (16.02% from 255) = 14.29%
BLUE value IS 154 (60.55% from 255) = 55%
R=30.71%
G=14.29%
B=55%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal86401540.440.7400.40264.2158.7638.04
Hex56289A2C4A0281083b26
Octal12650232541120504107346
Binary10101101010001001101010110010010100101000100001000111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56289A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56289A; }

 p { color: rgb(86,40,154); }

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

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

 a { background-color: rgb(86,40,154); }

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

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

 span { border-color: rgb(86,40,154); }

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