#550854

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

Shades of Palatinate Purple #550854

Tints of Palatinate Purple #550854

Color information

#550854 (or 0x550854) is unknown color: approx Palatinate Purple. HEX triplet: 55, 08 and 54. RGB value is (85,8,84). Sum of RGB (Red+Green+Blue) = 85+8+84=177 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.02% from 177); Green value is 8 (3.52% from 255 or 4.52% from 177); Blue value is 84 (33.20% from 255 or 47.46% from 177); Max value from RGB is 85 - color contains mainly: red. Hex color #550854 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550854 is #AAF7AB. Grayscale: #272727. Windows color (decimal): -11204524 or 5507157. OLE color: 5507157.

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

Color convert

RGB85884-
CMYK00.910.010.67
HSL300.78º82.8%18.24%-
HSV(B)300.78º90.59%33.33%-
XYZ5.432.758.63-
YUV39.69153.01160.32-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 48.02%
GREEN value IS 8 (3.52% from 255) = 4.52%
BLUE value IS 84 (33.20% from 255) = 47.46%
R=48.02%
G=4.52%
B=47.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.01
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8588400.910.010.67300.7882.818.24
Hex5585405B14312d5312
Octal125101240133110345512322
Binary1010101100010101000101101111000011100101101101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550854; }

 p { color: rgb(85,8,84); }

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

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

 a { background-color: rgb(85,8,84); }

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

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

 span { border-color: rgb(85,8,84); }

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