#55319E

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

Shades of Daisy Bush #55319E

Tints of Daisy Bush #55319E

Color information

#55319E (or 0x55319E) is unknown color: approx Daisy Bush. HEX triplet: 55, 31 and 9E. RGB value is (85,49,158). Sum of RGB (Red+Green+Blue) = 85+49+158=292 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.11% from 292); Green value is 49 (19.53% from 255 or 16.78% from 292); Blue value is 158 (62.11% from 255 or 54.11% from 292); Max value from RGB is 158 - color contains mainly: blue. Hex color #55319E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55319E is #AACE61. Grayscale: #474747. Windows color (decimal): -11193954 or 10367317. OLE color: 10367317.

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

Color convert

RGB8549158-
CMYK0.460.6900.38
HSL259.82º52.66%40.59%-
HSV(B)259.82º68.99%61.96%-
XYZ11.026.633.04-
YUV72.19176.43137.14-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.11%
GREEN value IS 49 (19.53% from 255) = 16.78%
BLUE value IS 158 (62.11% from 255) = 54.11%
R=29.11%
G=16.78%
B=54.11%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal85491580.460.6900.38259.8252.6640.59
Hex55319E2E450261043529
Octal12561236561050464046551
Binary10101011100011001111010111010001010100110100000100110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55319E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,49,158); }

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

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

 a { background-color: rgb(85,49,158); }

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

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

 span { border-color: rgb(85,49,158); }

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