#553590

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

Shades of Daisy Bush #553590

Tints of Daisy Bush #553590

Color information

#553590 (or 0x553590) is unknown color: approx Daisy Bush. HEX triplet: 55, 35 and 90. RGB value is (85,53,144). Sum of RGB (Red+Green+Blue) = 85+53+144=282 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.14% from 282); Green value is 53 (21.09% from 255 or 18.79% from 282); Blue value is 144 (56.64% from 255 or 51.06% from 282); Max value from RGB is 144 - color contains mainly: blue. Hex color #553590 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553590 is #AACA6F. Grayscale: #484848. Windows color (decimal): -11192944 or 9450837. OLE color: 9450837.

HSL color Cylindrical-coordinate representation of color #553590: hue angle of 261.1º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #553590 is Cyan = 0.41, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8553144-
CMYK0.410.6300.44
HSL261.1º46.19%38.63%-
HSV(B)261.1º63.19%56.47%-
XYZ10.056.4927.11-
YUV72.94168.1136.6-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.14%
GREEN value IS 53 (21.09% from 255) = 18.79%
BLUE value IS 144 (56.64% from 255) = 51.06%
R=30.14%
G=18.79%
B=51.06%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal85531440.410.6300.44261.146.1938.63
Hex553590293F02C1052e27
Octal1256522051770544055647
Binary1010101110101100100001010011111110101100100000101101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553590; }

 p { color: rgb(85,53,144); }

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

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

 a { background-color: rgb(85,53,144); }

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

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

 span { border-color: rgb(85,53,144); }

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