#551E9F

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

Shades of Daisy Bush #551E9F

Tints of Daisy Bush #551E9F

Color information

#551E9F (or 0x551E9F) is unknown color: approx Daisy Bush. HEX triplet: 55, 1E and 9F. RGB value is (85,30,159). Sum of RGB (Red+Green+Blue) = 85+30+159=274 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.02% from 274); Green value is 30 (12.11% from 255 or 10.95% from 274); Blue value is 159 (62.5% from 255 or 58.03% from 274); Max value from RGB is 159 - color contains mainly: blue. Hex color #551E9F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #551E9F is #AAE160. Grayscale: #3C3C3C. Windows color (decimal): -11198817 or 10427989. OLE color: 10427989.

HSL color Cylindrical-coordinate representation of color #551E9F: hue angle of 265.58º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #551E9F is Cyan = 0.47, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8530159-
CMYK0.470.8100.38
HSL265.58º68.25%37.06%-
HSV(B)265.58º81.13%62.35%-
XYZ10.475.3633.28-
YUV61.15183.22145.01-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.02%
GREEN value IS 30 (12.11% from 255) = 10.95%
BLUE value IS 159 (62.5% from 255) = 58.03%
R=31.02%
G=10.95%
B=58.03%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal85301590.470.8100.38265.5868.2537.06
Hex551E9F2F5102610a4425
Octal125362375712104641210445
Binary10101011111010011111101111101000101001101000010101000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551E9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551E9F; }

 p { color: rgb(85,30,159); }

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

<style>
 a { background-color: #551E9F; }

 a { background-color: rgb(85,30,159); }

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

<style>
 span { border-color: #551E9F; }

 span { border-color: rgb(85,30,159); }

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