#56328E

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

Shades of Daisy Bush #56328E

Tints of Daisy Bush #56328E

Color information

#56328E (or 0x56328E) is unknown color: approx Daisy Bush. HEX triplet: 56, 32 and 8E. RGB value is (86,50,142). Sum of RGB (Red+Green+Blue) = 86+50+142=278 (36% of max value = 765). Red value is 86 (33.98% from 255 or 30.94% from 278); Green value is 50 (19.92% from 255 or 17.99% from 278); Blue value is 142 (55.86% from 255 or 51.08% from 278); Max value from RGB is 142 - color contains mainly: blue. Hex color #56328E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #56328E is #A9CD71. Grayscale: #464646. Windows color (decimal): -11128178 or 9318998. OLE color: 9318998.

HSL color Cylindrical-coordinate representation of color #56328E: hue angle of 263.48º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #56328E is Cyan = 0.39, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8650142-
CMYK0.390.6500.44
HSL263.48º47.92%37.65%-
HSV(B)263.48º64.79%55.69%-
XYZ9.866.2126.27-
YUV71.25167.93138.52-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.94%
GREEN value IS 50 (19.92% from 255) = 17.99%
BLUE value IS 142 (55.86% from 255) = 51.08%
R=30.94%
G=17.99%
B=51.08%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal86501420.390.6500.44263.4847.9237.65
Hex56328E274102C1073026
Octal12662216471010544076046
Binary10101101100101000111010011110000010101100100000111110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56328E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56328E; }

 p { color: rgb(86,50,142); }

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

<style>
 a { background-color: #56328E; }

 a { background-color: rgb(86,50,142); }

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

<style>
 span { border-color: #56328E; }

 span { border-color: rgb(86,50,142); }

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