#56379B

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

Shades of Daisy Bush #56379B

Tints of Daisy Bush #56379B

Color information

#56379B (or 0x56379B) is unknown color: approx Daisy Bush. HEX triplet: 56, 37 and 9B. RGB value is (86,55,155). Sum of RGB (Red+Green+Blue) = 86+55+155=296 (39% of max value = 765). Red value is 86 (33.98% from 255 or 29.05% from 296); Green value is 55 (21.88% from 255 or 18.58% from 296); Blue value is 155 (60.94% from 255 or 52.36% from 296); Max value from RGB is 155 - color contains mainly: blue. Hex color #56379B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #56379B is #A9C864. Grayscale: #4B4B4B. Windows color (decimal): -11126885 or 10172246. OLE color: 10172246.

HSL color Cylindrical-coordinate representation of color #56379B: hue angle of 258.6º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #56379B is Cyan = 0.45, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8655155-
CMYK0.450.6500.39
HSL258.6º47.62%41.18%-
HSV(B)258.6º64.52%60.78%-
XYZ11.127.0831.79-
YUV75.67172.77135.37-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.05%
GREEN value IS 55 (21.88% from 255) = 18.58%
BLUE value IS 155 (60.94% from 255) = 52.36%
R=29.05%
G=18.58%
B=52.36%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal86551550.450.6500.39258.647.6241.18
Hex56379B2D410271033029
Octal12667233551010474036051
Binary10101101101111001101110110110000010100111100000011110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56379B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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