#56359D

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

Shades of Daisy Bush #56359D

Tints of Daisy Bush #56359D

Color information

#56359D (or 0x56359D) is unknown color: approx Daisy Bush. HEX triplet: 56, 35 and 9D. RGB value is (86,53,157). Sum of RGB (Red+Green+Blue) = 86+53+157=296 (39% of max value = 765). Red value is 86 (33.98% from 255 or 29.05% from 296); Green value is 53 (21.09% from 255 or 17.91% from 296); Blue value is 157 (61.72% from 255 or 53.04% from 296); Max value from RGB is 157 - color contains mainly: blue. Hex color #56359D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #56359D is #A9CA62. Grayscale: #4A4A4A. Windows color (decimal): -11127395 or 10302806. OLE color: 10302806.

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

Color convert

RGB8653157-
CMYK0.450.6600.38
HSL259.04º49.52%41.18%-
HSV(B)259.04º66.24%61.57%-
XYZ11.26.9632.65-
YUV74.72174.43136.04-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.05%
GREEN value IS 53 (21.09% from 255) = 17.91%
BLUE value IS 157 (61.72% from 255) = 53.04%
R=29.05%
G=17.91%
B=53.04%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal86531570.450.6600.38259.0449.5241.18
Hex56359D2D420261033229
Octal12665235551020464036251
Binary10101101101011001110110110110000100100110100000011110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56359D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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