#553291

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

Shades of Daisy Bush #553291

Tints of Daisy Bush #553291

Color information

#553291 (or 0x553291) is unknown color: approx Daisy Bush. HEX triplet: 55, 32 and 91. RGB value is (85,50,145). Sum of RGB (Red+Green+Blue) = 85+50+145=280 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.36% from 280); Green value is 50 (19.92% from 255 or 17.86% from 280); Blue value is 145 (57.03% from 255 or 51.79% from 280); Max value from RGB is 145 - color contains mainly: blue. Hex color #553291 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553291 is #AACD6E. Grayscale: #464646. Windows color (decimal): -11193711 or 9515605. OLE color: 9515605.

HSL color Cylindrical-coordinate representation of color #553291: hue angle of 262.11º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #553291 is Cyan = 0.41, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB8550145-
CMYK0.410.6600.43
HSL262.11º48.72%38.24%-
HSV(B)262.11º65.52%56.86%-
XYZ106.2627.47-
YUV71.3169.6137.78-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.36%
GREEN value IS 50 (19.92% from 255) = 17.86%
BLUE value IS 145 (57.03% from 255) = 51.79%
R=30.36%
G=17.86%
B=51.79%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal85501450.410.6600.43262.1148.7238.24
Hex553291294202B1063126
Octal12562221511020534066146
Binary10101011100101001000110100110000100101011100000110110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553291; }

 p { color: rgb(85,50,145); }

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

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

 a { background-color: rgb(85,50,145); }

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

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

 span { border-color: rgb(85,50,145); }

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