#553CA0

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

Shades of Daisy Bush #553CA0

Tints of Daisy Bush #553CA0

Color information

#553CA0 (or 0x553CA0) is unknown color: approx Daisy Bush. HEX triplet: 55, 3C and A0. RGB value is (85,60,160). Sum of RGB (Red+Green+Blue) = 85+60+160=305 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.87% from 305); Green value is 60 (23.83% from 255 or 19.67% from 305); Blue value is 160 (62.89% from 255 or 52.46% from 305); Max value from RGB is 160 - color contains mainly: blue. Hex color #553CA0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553CA0 is #AAC35F. Grayscale: #4E4E4E. Windows color (decimal): -11191136 or 10501205. OLE color: 10501205.

HSL color Cylindrical-coordinate representation of color #553CA0: hue angle of 255º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #553CA0 is Cyan = 0.47, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB8560160-
CMYK0.470.6200.37
HSL255º45.45%43.14%-
HSV(B)255º62.5%62.75%-
XYZ11.717.734.13-
YUV78.88173.78132.37-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.87%
GREEN value IS 60 (23.83% from 255) = 19.67%
BLUE value IS 160 (62.89% from 255) = 52.46%
R=27.87%
G=19.67%
B=52.46%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal85601600.470.6200.3725545.4543.14
Hex553CA02F3E025ff2d2b
Octal1257424057760453775553
Binary101010111110010100000101111111110010010111111111101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553CA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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