#55328E

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

Shades of Daisy Bush #55328E

Tints of Daisy Bush #55328E

Color information

#55328E (or 0x55328E) is unknown color: approx Daisy Bush. HEX triplet: 55, 32 and 8E. RGB value is (85,50,142). Sum of RGB (Red+Green+Blue) = 85+50+142=277 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.69% from 277); Green value is 50 (19.92% from 255 or 18.05% from 277); Blue value is 142 (55.86% from 255 or 51.26% from 277); Max value from RGB is 142 - color contains mainly: blue. Hex color #55328E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55328E is #AACD71. Grayscale: #464646. Windows color (decimal): -11193714 or 9318997. OLE color: 9318997.

HSL color Cylindrical-coordinate representation of color #55328E: hue angle of 262.83º 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 #55328E is Cyan = 0.40, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8550142-
CMYK0.400.6500.44
HSL262.83º47.92%37.65%-
HSV(B)262.83º64.79%55.69%-
XYZ9.776.1726.27-
YUV70.95168.1138.02-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.69%
GREEN value IS 50 (19.92% from 255) = 18.05%
BLUE value IS 142 (55.86% from 255) = 51.26%
R=30.69%
G=18.05%
B=51.26%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal85501420.400.6500.44262.8347.9237.65
Hex55328E284102C1073026
Octal12562216501010544076046
Binary10101011100101000111010100010000010101100100000111110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55328E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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