#550557

Color #550557 Palatinate Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Palatinate Purple #550557

Tints of Palatinate Purple #550557

Color information

#550557 (or 0x550557) is unknown color: approx Palatinate Purple. HEX triplet: 55, 05 and 57. RGB value is (85,5,87). Sum of RGB (Red+Green+Blue) = 85+5+87=177 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.02% from 177); Green value is 5 (2.34% from 255 or 2.82% from 177); Blue value is 87 (34.38% from 255 or 49.15% from 177); Max value from RGB is 87 - color contains mainly: blue. Hex color #550557 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550557 is #AAFAA8. Grayscale: #262626. Windows color (decimal): -11205289 or 5702997. OLE color: 5702997.

HSL color Cylindrical-coordinate representation of color #550557: hue angle of 298.54º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #550557 is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB85587-
CMYK0.020.9400.66
HSL298.54º89.13%18.04%-
HSV(B)298.54º94.25%34.12%-
XYZ5.522.739.25-
YUV38.27155.5161.33-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 48.02%
GREEN value IS 5 (2.34% from 255) = 2.82%
BLUE value IS 87 (34.38% from 255) = 49.15%
R=48.02%
G=2.82%
B=49.15%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal855870.020.9400.66298.5489.1318.04
Hex5555725E04212b5912
Octal12551272136010245313122
Binary1010101101101011110101111001000010100101011101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550557; }

 p { color: rgb(85,5,87); }

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

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

 a { background-color: rgb(85,5,87); }

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

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

 span { border-color: rgb(85,5,87); }

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