#553EAA

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

Shades of Daisy Bush #553EAA

Tints of Daisy Bush #553EAA

Color information

#553EAA (or 0x553EAA) is unknown color: approx Daisy Bush. HEX triplet: 55, 3E and AA. RGB value is (85,62,170). Sum of RGB (Red+Green+Blue) = 85+62+170=317 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.81% from 317); Green value is 62 (24.61% from 255 or 19.56% from 317); Blue value is 170 (66.80% from 255 or 53.63% from 317); Max value from RGB is 170 - color contains mainly: blue. Hex color #553EAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553EAA is #AAC155. Grayscale: #505050. Windows color (decimal): -11190614 or 11157077. OLE color: 11157077.

HSL color Cylindrical-coordinate representation of color #553EAA: hue angle of 252.78º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #553EAA is Cyan = 0.50, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8562170-
CMYK0.500.6400.33
HSL252.78º46.55%45.49%-
HSV(B)252.78º63.53%66.67%-
XYZ12.728.2838.96-
YUV81.19178.12130.72-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.81%
GREEN value IS 62 (24.61% from 255) = 19.56%
BLUE value IS 170 (66.80% from 255) = 53.63%
R=26.81%
G=19.56%
B=53.63%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal85621700.500.6400.33252.7846.5545.49
Hex553EAA3240021fd2f2d
Octal12576252621000413755755
Binary1010101111110101010101100101000000010000111111101101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553EAA; }

 p { color: rgb(85,62,170); }

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

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

 a { background-color: rgb(85,62,170); }

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

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

 span { border-color: rgb(85,62,170); }

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