#553293

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

Shades of Daisy Bush #553293

Tints of Daisy Bush #553293

Color information

#553293 (or 0x553293) is unknown color: approx Daisy Bush. HEX triplet: 55, 32 and 93. RGB value is (85,50,147). Sum of RGB (Red+Green+Blue) = 85+50+147=282 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.14% from 282); Green value is 50 (19.92% from 255 or 17.73% from 282); Blue value is 147 (57.81% from 255 or 52.13% from 282); Max value from RGB is 147 - color contains mainly: blue. Hex color #553293 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553293 is #AACD6C. Grayscale: #474747. Windows color (decimal): -11193709 or 9646677. OLE color: 9646677.

HSL color Cylindrical-coordinate representation of color #553293: hue angle of 261.65º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #553293 is Cyan = 0.42, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8550147-
CMYK0.420.6600.42
HSL261.65º49.24%38.63%-
HSV(B)261.65º65.99%57.65%-
XYZ10.156.3228.29-
YUV71.52170.6137.61-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.14%
GREEN value IS 50 (19.92% from 255) = 17.73%
BLUE value IS 147 (57.81% from 255) = 52.13%
R=30.14%
G=17.73%
B=52.13%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal85501470.420.6600.42261.6549.2438.63
Hex5532932A4202A1063127
Octal12562223521020524066147
Binary10101011100101001001110101010000100101010100000110110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553293; }

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

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

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

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

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

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

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

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