#552894

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

Shades of Daisy Bush #552894

Tints of Daisy Bush #552894

Color information

#552894 (or 0x552894) is unknown color: approx Daisy Bush. HEX triplet: 55, 28 and 94. RGB value is (85,40,148). Sum of RGB (Red+Green+Blue) = 85+40+148=273 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.14% from 273); Green value is 40 (16.02% from 255 or 14.65% from 273); Blue value is 148 (58.20% from 255 or 54.21% from 273); Max value from RGB is 148 - color contains mainly: blue. Hex color #552894 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552894 is #AAD76B. Grayscale: #414141. Windows color (decimal): -11196268 or 9709653. OLE color: 9709653.

HSL color Cylindrical-coordinate representation of color #552894: hue angle of 265º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #552894 is Cyan = 0.43, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8540148-
CMYK0.430.7300.42
HSL265º57.45%36.86%-
HSV(B)265º72.97%58.04%-
XYZ9.855.5928.58-
YUV65.77174.41141.72-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.14%
GREEN value IS 40 (16.02% from 255) = 14.65%
BLUE value IS 148 (58.20% from 255) = 54.21%
R=31.14%
G=14.65%
B=54.21%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal85401480.430.7300.4226557.4536.86
Hex5528942B4902A1093925
Octal12550224531110524117145
Binary10101011010001001010010101110010010101010100001001111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552894; }

 p { color: rgb(85,40,148); }

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

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

 a { background-color: rgb(85,40,148); }

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

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

 span { border-color: rgb(85,40,148); }

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