#5C2E59

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

Shades of Palatinate Purple #5C2E59

Tints of Palatinate Purple #5C2E59

Color information

#5C2E59 (or 0x5C2E59) is unknown color: approx Palatinate Purple. HEX triplet: 5C, 2E and 59. RGB value is (92,46,89). Sum of RGB (Red+Green+Blue) = 92+46+89=227 (30% of max value = 765). Red value is 92 (36.33% from 255 or 40.53% from 227); Green value is 46 (18.36% from 255 or 20.26% from 227); Blue value is 89 (35.16% from 255 or 39.21% from 227); Max value from RGB is 92 - color contains mainly: red. Hex color #5C2E59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C2E59 is #A3D1A6. Grayscale: #404040. Windows color (decimal): -10736039 or 5844572. OLE color: 5844572.

HSL color Cylindrical-coordinate representation of color #5C2E59: hue angle of 303.91º degrees, saturation: 0.33, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5C2E59 is Cyan = 0, Magento = 0.50, Yellow = 0.03 and Black (K on CMYK) = 0.64.

Color convert

RGB924689-
CMYK00.500.030.64
HSL303.91º33.33%27.06%-
HSV(B)303.91º50%36.08%-
XYZ7.194.9510.03-
YUV64.66141.74147.5-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 40.53%
GREEN value IS 46 (18.36% from 255) = 20.26%
BLUE value IS 89 (35.16% from 255) = 39.21%
R=40.53%
G=20.26%
B=39.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.03
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92468900.500.030.64303.9133.3327.06
Hex5C2E59032340130211b
Octal1345613106231004604133
Binary10111001011101011001011001011100000010011000010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C2E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,46,89); }

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

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

 a { background-color: rgb(92,46,89); }

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

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

 span { border-color: rgb(92,46,89); }

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