#553399

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

Shades of Daisy Bush #553399

Tints of Daisy Bush #553399

Color information

#553399 (or 0x553399) is unknown color: approx Daisy Bush. HEX triplet: 55, 33 and 99. RGB value is (85,51,153). Sum of RGB (Red+Green+Blue) = 85+51+153=289 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.41% from 289); Green value is 51 (20.31% from 255 or 17.65% from 289); Blue value is 153 (60.16% from 255 or 52.94% from 289); Max value from RGB is 153 - color contains mainly: blue. Hex color #553399 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553399 is #AACC66. Grayscale: #484848. Windows color (decimal): -11193447 or 10040149. OLE color: 10040149.

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

Color convert

RGB8551153-
CMYK0.440.6700.4
HSL260º50%40%-
HSV(B)260º66.67%60%-
XYZ10.686.630.85-
YUV72.79173.26136.71-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.41%
GREEN value IS 51 (20.31% from 255) = 17.65%
BLUE value IS 153 (60.16% from 255) = 52.94%
R=29.41%
G=17.65%
B=52.94%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal85511530.440.6700.42605040
Hex5533992C430281043228
Octal12563231541030504046250
Binary10101011100111001100110110010000110101000100000100110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553399; }

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

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

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

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

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

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

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

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