#553D87

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

Shades of Daisy Bush #553D87

Tints of Daisy Bush #553D87

Color information

#553D87 (or 0x553D87) is unknown color: approx Daisy Bush. HEX triplet: 55, 3D and 87. RGB value is (85,61,135). Sum of RGB (Red+Green+Blue) = 85+61+135=281 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.25% from 281); Green value is 61 (24.22% from 255 or 21.71% from 281); Blue value is 135 (53.12% from 255 or 48.04% from 281); Max value from RGB is 135 - color contains mainly: blue. Hex color #553D87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553D87 is #AAC278. Grayscale: #4C4C4C. Windows color (decimal): -11190905 or 8863061. OLE color: 8863061.

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

Color convert

RGB8561135-
CMYK0.370.5500.47
HSL259.46º37.76%38.43%-
HSV(B)259.46º54.81%52.94%-
XYZ9.797.0223.76-
YUV76.61160.95133.98-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.25%
GREEN value IS 61 (24.22% from 255) = 21.71%
BLUE value IS 135 (53.12% from 255) = 48.04%
R=30.25%
G=21.71%
B=48.04%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal85611350.370.5500.47259.4637.7638.43
Hex553D87253702F1032626
Octal1257520745670574034646
Binary1010101111101100001111001011101110101111100000011100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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