#56349F

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

Shades of Daisy Bush #56349F

Tints of Daisy Bush #56349F

Color information

#56349F (or 0x56349F) is unknown color: approx Daisy Bush. HEX triplet: 56, 34 and 9F. RGB value is (86,52,159). Sum of RGB (Red+Green+Blue) = 86+52+159=297 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.96% from 297); Green value is 52 (20.70% from 255 or 17.51% from 297); Blue value is 159 (62.5% from 255 or 53.54% from 297); Max value from RGB is 159 - color contains mainly: blue. Hex color #56349F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #56349F is #A9CB60. Grayscale: #494949. Windows color (decimal): -11127649 or 10433622. OLE color: 10433622.

HSL color Cylindrical-coordinate representation of color #56349F: hue angle of 259.07º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #56349F is Cyan = 0.46, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8652159-
CMYK0.460.6700.38
HSL259.07º50.71%41.37%-
HSV(B)259.07º67.3%62.35%-
XYZ11.326.9433.54-
YUV74.36175.76136.3-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.96%
GREEN value IS 52 (20.70% from 255) = 17.51%
BLUE value IS 159 (62.5% from 255) = 53.54%
R=28.96%
G=17.51%
B=53.54%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal86521590.460.6700.38259.0750.7141.37
Hex56349F2E430261033329
Octal12664237561030464036351
Binary10101101101001001111110111010000110100110100000011110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56349F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56349F; }

 p { color: rgb(86,52,159); }

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

<style>
 a { background-color: #56349F; }

 a { background-color: rgb(86,52,159); }

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

<style>
 span { border-color: #56349F; }

 span { border-color: rgb(86,52,159); }

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