#5B2550

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

Shades of Palatinate Purple #5B2550

Tints of Palatinate Purple #5B2550

Color information

#5B2550 (or 0x5B2550) is unknown color: approx Palatinate Purple. HEX triplet: 5B, 25 and 50. RGB value is (91,37,80). Sum of RGB (Red+Green+Blue) = 91+37+80=208 (27% of max value = 765). Red value is 91 (35.94% from 255 or 43.75% from 208); Green value is 37 (14.84% from 255 or 17.79% from 208); Blue value is 80 (31.64% from 255 or 38.46% from 208); Max value from RGB is 91 - color contains mainly: red. Hex color #5B2550 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B2550 is #A4DAAF. Grayscale: #393939. Windows color (decimal): -10803888 or 5252443. OLE color: 5252443.

HSL color Cylindrical-coordinate representation of color #5B2550: hue angle of 312.22º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5B2550 is Cyan = 0, Magento = 0.59, Yellow = 0.12 and Black (K on CMYK) = 0.64.

Color convert

RGB913780-
CMYK00.590.120.64
HSL312.22º42.19%25.1%-
HSV(B)312.22º59.34%35.69%-
XYZ6.424.138.05-
YUV58.05140.39151.5-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 43.75%
GREEN value IS 37 (14.84% from 255) = 17.79%
BLUE value IS 80 (31.64% from 255) = 38.46%
R=43.75%
G=17.79%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.12
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91378000.590.120.64312.2242.1925.1
Hex5B255003BC401382a19
Octal13345120073141004705231
Binary1011011100101101000001110111100100000010011100010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B2550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5B2550; }

 p { color: rgb(91,37,80); }

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

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

 a { background-color: rgb(91,37,80); }

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

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

 span { border-color: rgb(91,37,80); }

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