#5B3257

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

Shades of Palatinate Purple #5B3257

Tints of Palatinate Purple #5B3257

Color information

#5B3257 (or 0x5B3257) is unknown color: approx Palatinate Purple. HEX triplet: 5B, 32 and 57. RGB value is (91,50,87). Sum of RGB (Red+Green+Blue) = 91+50+87=228 (30% of max value = 765). Red value is 91 (35.94% from 255 or 39.91% from 228); Green value is 50 (19.92% from 255 or 21.93% from 228); Blue value is 87 (34.38% from 255 or 38.16% from 228); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3257 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B3257 is #A4CDA8. Grayscale: #424242. Windows color (decimal): -10800553 or 5714523. OLE color: 5714523.

HSL color Cylindrical-coordinate representation of color #5B3257: hue angle of 305.85º degrees, saturation: 0.29, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5B3257 is Cyan = 0, Magento = 0.45, Yellow = 0.04 and Black (K on CMYK) = 0.64.

Color convert

RGB915087-
CMYK00.450.040.64
HSL305.85º29.08%27.65%-
HSV(B)305.85º45.05%35.69%-
XYZ7.185.199.64-
YUV66.48139.58145.49-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 39.91%
GREEN value IS 50 (19.92% from 255) = 21.93%
BLUE value IS 87 (34.38% from 255) = 38.16%
R=39.91%
G=21.93%
B=38.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.04
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91508700.450.040.64305.8529.0827.65
Hex5B325702D4401321d1c
Octal1336212705541004623534
Binary10110111100101010111010110110010000001001100101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B3257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,50,87); }

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

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

 a { background-color: rgb(91,50,87); }

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

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

 span { border-color: rgb(91,50,87); }

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