#561D9E

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

Shades of Daisy Bush #561D9E

Tints of Daisy Bush #561D9E

Color information

#561D9E (or 0x561D9E) is unknown color: approx Daisy Bush. HEX triplet: 56, 1D and 9E. RGB value is (86,29,158). Sum of RGB (Red+Green+Blue) = 86+29+158=273 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.50% from 273); Green value is 29 (11.72% from 255 or 10.62% from 273); Blue value is 158 (62.11% from 255 or 57.88% from 273); Max value from RGB is 158 - color contains mainly: blue. Hex color #561D9E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #561D9E is #A9E261. Grayscale: #3C3C3C. Windows color (decimal): -11133538 or 10362198. OLE color: 10362198.

HSL color Cylindrical-coordinate representation of color #561D9E: hue angle of 266.51º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #561D9E is Cyan = 0.46, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8629158-
CMYK0.460.8200.38
HSL266.51º68.98%36.67%-
HSV(B)266.51º81.65%61.96%-
XYZ10.455.3332.83-
YUV60.75182.88146.01-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.50%
GREEN value IS 29 (11.72% from 255) = 10.62%
BLUE value IS 158 (62.11% from 255) = 57.88%
R=31.50%
G=10.62%
B=57.88%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal86291580.460.8200.38266.5168.9836.67
Hex561D9E2E5202610b4525
Octal126352365612204641310545
Binary10101101110110011110101110101001001001101000010111000101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561D9E; }

 p { color: rgb(86,29,158); }

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

<style>
 a { background-color: #561D9E; }

 a { background-color: rgb(86,29,158); }

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

<style>
 span { border-color: #561D9E; }

 span { border-color: rgb(86,29,158); }

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