#56379A

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

Shades of Daisy Bush #56379A

Tints of Daisy Bush #56379A

Color information

#56379A (or 0x56379A) is unknown color: approx Daisy Bush. HEX triplet: 56, 37 and 9A. RGB value is (86,55,154). Sum of RGB (Red+Green+Blue) = 86+55+154=295 (39% of max value = 765). Red value is 86 (33.98% from 255 or 29.15% from 295); Green value is 55 (21.88% from 255 or 18.64% from 295); Blue value is 154 (60.55% from 255 or 52.20% from 295); Max value from RGB is 154 - color contains mainly: blue. Hex color #56379A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #56379A is #A9C865. Grayscale: #4B4B4B. Windows color (decimal): -11126886 or 10106710. OLE color: 10106710.

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

Color convert

RGB8655154-
CMYK0.440.6400.40
HSL258.79º47.37%40.98%-
HSV(B)258.79º64.29%60.39%-
XYZ11.047.0431.35-
YUV75.55172.27135.45-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.15%
GREEN value IS 55 (21.88% from 255) = 18.64%
BLUE value IS 154 (60.55% from 255) = 52.20%
R=29.15%
G=18.64%
B=52.20%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal86551540.440.6400.40258.7947.3740.98
Hex56379A2C400281032f29
Octal12667232541000504035751
Binary10101101101111001101010110010000000101000100000011101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56379A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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