#56359B

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

Shades of Daisy Bush #56359B

Tints of Daisy Bush #56359B

Color information

#56359B (or 0x56359B) is unknown color: approx Daisy Bush. HEX triplet: 56, 35 and 9B. RGB value is (86,53,155). Sum of RGB (Red+Green+Blue) = 86+53+155=294 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.25% from 294); Green value is 53 (21.09% from 255 or 18.03% from 294); Blue value is 155 (60.94% from 255 or 52.72% from 294); Max value from RGB is 155 - color contains mainly: blue. Hex color #56359B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #56359B is #A9CA64. Grayscale: #4A4A4A. Windows color (decimal): -11127397 or 10171734. OLE color: 10171734.

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

Color convert

RGB8653155-
CMYK0.450.6600.39
HSL259.41º49.04%40.78%-
HSV(B)259.41º65.81%60.78%-
XYZ11.036.8931.76-
YUV74.5173.43136.21-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.25%
GREEN value IS 53 (21.09% from 255) = 18.03%
BLUE value IS 155 (60.94% from 255) = 52.72%
R=29.25%
G=18.03%
B=52.72%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal86531550.450.6600.39259.4149.0440.78
Hex56359B2D420271033129
Octal12665233551020474036151
Binary10101101101011001101110110110000100100111100000011110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56359B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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