#552299

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

Shades of Daisy Bush #552299

Tints of Daisy Bush #552299

Color information

#552299 (or 0x552299) is unknown color: approx Daisy Bush. HEX triplet: 55, 22 and 99. RGB value is (85,34,153). Sum of RGB (Red+Green+Blue) = 85+34+153=272 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.25% from 272); Green value is 34 (13.67% from 255 or 12.5% from 272); Blue value is 153 (60.16% from 255 or 56.25% from 272); Max value from RGB is 153 - color contains mainly: blue. Hex color #552299 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552299 is #AADD66. Grayscale: #3E3E3E. Windows color (decimal): -11197799 or 10035797. OLE color: 10035797.

HSL color Cylindrical-coordinate representation of color #552299: hue angle of 265.71º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #552299 is Cyan = 0.44, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB8534153-
CMYK0.440.7800.4
HSL265.71º63.64%36.67%-
HSV(B)265.71º77.78%60%-
XYZ10.075.3830.64-
YUV62.82178.9143.82-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.25%
GREEN value IS 34 (13.67% from 255) = 12.5%
BLUE value IS 153 (60.16% from 255) = 56.25%
R=31.25%
G=12.5%
B=56.25%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal85341530.440.7800.4265.7163.6436.67
Hex5522992C4E02810a4025
Octal125422315411605041210045
Binary101010110001010011001101100100111001010001000010101000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552299; }

 p { color: rgb(85,34,153); }

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

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

 a { background-color: rgb(85,34,153); }

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

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

 span { border-color: rgb(85,34,153); }

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