#550553

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

Shades of Palatinate Purple #550553

Tints of Palatinate Purple #550553

Color information

#550553 (or 0x550553) is unknown color: approx Palatinate Purple. HEX triplet: 55, 05 and 53. RGB value is (85,5,83). Sum of RGB (Red+Green+Blue) = 85+5+83=173 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.13% from 173); Green value is 5 (2.34% from 255 or 2.89% from 173); Blue value is 83 (32.81% from 255 or 47.98% from 173); Max value from RGB is 85 - color contains mainly: red. Hex color #550553 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550553 is #AAFAAC. Grayscale: #252525. Windows color (decimal): -11205293 or 5440853. OLE color: 5440853.

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

Color convert

RGB85583-
CMYK00.940.020.67
HSL301.5º88.89%17.65%-
HSV(B)301.5º94.12%33.33%-
XYZ5.362.668.42-
YUV37.81153.5161.66-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 49.13%
GREEN value IS 5 (2.34% from 255) = 2.89%
BLUE value IS 83 (32.81% from 255) = 47.98%
R=49.13%
G=2.89%
B=47.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.02
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8558300.940.020.67301.588.8917.65
Hex5555305E24312e5912
Octal12551230136210345613122
Binary1010101101101001101011110101000011100101110101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550553; }

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

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

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

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

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

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

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

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