#5C3458

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

Shades of Palatinate Purple #5C3458

Tints of Palatinate Purple #5C3458

Color information

#5C3458 (or 0x5C3458) is unknown color: approx Palatinate Purple. HEX triplet: 5C, 34 and 58. RGB value is (92,52,88). Sum of RGB (Red+Green+Blue) = 92+52+88=232 (30% of max value = 765). Red value is 92 (36.33% from 255 or 39.66% from 232); Green value is 52 (20.70% from 255 or 22.41% from 232); Blue value is 88 (34.77% from 255 or 37.93% from 232); Max value from RGB is 92 - color contains mainly: red. Hex color #5C3458 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C3458 is #A3CBA7. Grayscale: #434343. Windows color (decimal): -10734504 or 5780572. OLE color: 5780572.

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

Color convert

RGB925288-
CMYK00.430.040.64
HSL306º27.78%28.24%-
HSV(B)306º43.48%36.08%-
XYZ7.45.449.89-
YUV68.06139.25145.07-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 39.66%
GREEN value IS 52 (20.70% from 255) = 22.41%
BLUE value IS 88 (34.77% from 255) = 37.93%
R=39.66%
G=22.41%
B=37.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.04
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92528800.430.040.6430627.7828.24
Hex5C345802B4401321c1c
Octal1346413005341004623434
Binary10111001101001011000010101110010000001001100101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C3458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,52,88); }

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

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

 a { background-color: rgb(92,52,88); }

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

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

 span { border-color: rgb(92,52,88); }

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