#553392

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

Shades of Daisy Bush #553392

Tints of Daisy Bush #553392

Color information

#553392 (or 0x553392) is unknown color: approx Daisy Bush. HEX triplet: 55, 33 and 92. RGB value is (85,51,146). Sum of RGB (Red+Green+Blue) = 85+51+146=282 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.14% from 282); Green value is 51 (20.31% from 255 or 18.09% from 282); Blue value is 146 (57.42% from 255 or 51.77% from 282); Max value from RGB is 146 - color contains mainly: blue. Hex color #553392 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553392 is #AACC6D. Grayscale: #474747. Windows color (decimal): -11193454 or 9581397. OLE color: 9581397.

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

Color convert

RGB8551146-
CMYK0.420.6500.43
HSL261.47º48.22%38.63%-
HSV(B)261.47º65.07%57.25%-
XYZ10.126.3727.89-
YUV72169.76137.28-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.14%
GREEN value IS 51 (20.31% from 255) = 18.09%
BLUE value IS 146 (57.42% from 255) = 51.77%
R=30.14%
G=18.09%
B=51.77%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal85511460.420.6500.43261.4748.2238.63
Hex5533922A4102B1053027
Octal12563222521010534056047
Binary10101011100111001001010101010000010101011100000101110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553392; }

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

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

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

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

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

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

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

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