#5C2853

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

Shades of Palatinate Purple #5C2853

Tints of Palatinate Purple #5C2853

Color information

#5C2853 (or 0x5C2853) is unknown color: approx Palatinate Purple. HEX triplet: 5C, 28 and 53. RGB value is (92,40,83). Sum of RGB (Red+Green+Blue) = 92+40+83=215 (28% of max value = 765). Red value is 92 (36.33% from 255 or 42.79% from 215); Green value is 40 (16.02% from 255 or 18.60% from 215); Blue value is 83 (32.81% from 255 or 38.60% from 215); Max value from RGB is 92 - color contains mainly: red. Hex color #5C2853 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C2853 is #A3D7AC. Grayscale: #3C3C3C. Windows color (decimal): -10737581 or 5449820. OLE color: 5449820.

HSL color Cylindrical-coordinate representation of color #5C2853: hue angle of 310.38º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5C2853 is Cyan = 0, Magento = 0.57, Yellow = 0.10 and Black (K on CMYK) = 0.64.

Color convert

RGB924083-
CMYK00.570.100.64
HSL310.38º39.39%25.88%-
HSV(B)310.38º56.52%36.08%-
XYZ6.734.428.68-
YUV60.45140.73150.5-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 42.79%
GREEN value IS 40 (16.02% from 255) = 18.60%
BLUE value IS 83 (32.81% from 255) = 38.60%
R=42.79%
G=18.60%
B=38.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.10
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92408300.570.100.64310.3839.3925.88
Hex5C2853039A40136271a
Octal13450123071121004664732
Binary1011100101000101001101110011010100000010011011010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C2853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,40,83); }

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

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

 a { background-color: rgb(92,40,83); }

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

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

 span { border-color: rgb(92,40,83); }

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