#55379A

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

Shades of Daisy Bush #55379A

Tints of Daisy Bush #55379A

Color information

#55379A (or 0x55379A) is unknown color: approx Daisy Bush. HEX triplet: 55, 37 and 9A. RGB value is (85,55,154). Sum of RGB (Red+Green+Blue) = 85+55+154=294 (38% of max value = 765). Red value is 85 (33.59% from 255 or 28.91% from 294); Green value is 55 (21.88% from 255 or 18.71% from 294); Blue value is 154 (60.55% from 255 or 52.38% from 294); Max value from RGB is 154 - color contains mainly: blue. Hex color #55379A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55379A is #AAC865. Grayscale: #4A4A4A. Windows color (decimal): -11192422 or 10106709. OLE color: 10106709.

HSL color Cylindrical-coordinate representation of color #55379A: hue angle of 258.18º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55379A is Cyan = 0.45, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB8555154-
CMYK0.450.6400.40
HSL258.18º47.37%40.98%-
HSV(B)258.18º64.29%60.39%-
XYZ10.95731.35-
YUV75.26172.44134.95-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.91%
GREEN value IS 55 (21.88% from 255) = 18.71%
BLUE value IS 154 (60.55% from 255) = 52.38%
R=28.91%
G=18.71%
B=52.38%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal85551540.450.6400.40258.1847.3740.98
Hex55379A2D400281022f29
Octal12567232551000504025751
Binary10101011101111001101010110110000000101000100000010101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55379A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55379A; }

 p { color: rgb(85,55,154); }

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

<style>
 a { background-color: #55379A; }

 a { background-color: rgb(85,55,154); }

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

<style>
 span { border-color: #55379A; }

 span { border-color: rgb(85,55,154); }

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