#553CA8

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

Shades of Daisy Bush #553CA8

Tints of Daisy Bush #553CA8

Color information

#553CA8 (or 0x553CA8) is unknown color: approx Daisy Bush. HEX triplet: 55, 3C and A8. RGB value is (85,60,168). Sum of RGB (Red+Green+Blue) = 85+60+168=313 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.16% from 313); Green value is 60 (23.83% from 255 or 19.17% from 313); Blue value is 168 (66.02% from 255 or 53.67% from 313); Max value from RGB is 168 - color contains mainly: blue. Hex color #553CA8 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553CA8 is #AAC357. Grayscale: #4F4F4F. Windows color (decimal): -11191128 or 11025493. OLE color: 11025493.

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

Color convert

RGB8560168-
CMYK0.490.6400.34
HSL253.89º47.37%44.71%-
HSV(B)253.89º64.29%65.88%-
XYZ12.437.9937.93-
YUV79.79177.78131.72-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.16%
GREEN value IS 60 (23.83% from 255) = 19.17%
BLUE value IS 168 (66.02% from 255) = 53.67%
R=27.16%
G=19.17%
B=53.67%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal85601680.490.6400.34253.8947.3744.71
Hex553CA83140022fe2f2d
Octal12574250611000423765755
Binary1010101111100101010001100011000000010001011111110101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553CA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,60,168); }

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

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

 a { background-color: rgb(85,60,168); }

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

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

 span { border-color: rgb(85,60,168); }

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