#553A87

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

Shades of Daisy Bush #553A87

Tints of Daisy Bush #553A87

Color information

#553A87 (or 0x553A87) is unknown color: approx Daisy Bush. HEX triplet: 55, 3A and 87. RGB value is (85,58,135). Sum of RGB (Red+Green+Blue) = 85+58+135=278 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.58% from 278); Green value is 58 (23.05% from 255 or 20.86% from 278); Blue value is 135 (53.12% from 255 or 48.56% from 278); Max value from RGB is 135 - color contains mainly: blue. Hex color #553A87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553A87 is #AAC578. Grayscale: #4A4A4A. Windows color (decimal): -11191673 or 8862293. OLE color: 8862293.

HSL color Cylindrical-coordinate representation of color #553A87: hue angle of 261.04º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #553A87 is Cyan = 0.37, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8558135-
CMYK0.370.5700.47
HSL261.04º39.9%37.84%-
HSV(B)261.04º57.04%52.94%-
XYZ9.636.7123.71-
YUV74.85161.95135.24-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.58%
GREEN value IS 58 (23.05% from 255) = 20.86%
BLUE value IS 135 (53.12% from 255) = 48.56%
R=30.58%
G=20.86%
B=48.56%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal85581350.370.5700.47261.0439.937.84
Hex553A87253902F1052826
Octal1257220745710574055046
Binary1010101111010100001111001011110010101111100000101101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,58,135); }

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

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

 a { background-color: rgb(85,58,135); }

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

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

 span { border-color: rgb(85,58,135); }

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