#5A0556

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

Shades of Palatinate Purple #5A0556

Tints of Palatinate Purple #5A0556

Color information

#5A0556 (or 0x5A0556) is unknown color: approx Palatinate Purple. HEX triplet: 5A, 05 and 56. RGB value is (90,5,86). Sum of RGB (Red+Green+Blue) = 90+5+86=181 (23% of max value = 765). Red value is 90 (35.55% from 255 or 49.72% from 181); Green value is 5 (2.34% from 255 or 2.76% from 181); Blue value is 86 (33.98% from 255 or 47.51% from 181); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0556 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A0556 is #A5FAA9. Grayscale: #272727. Windows color (decimal): -10877610 or 5637466. OLE color: 5637466.

HSL color Cylindrical-coordinate representation of color #5A0556: hue angle of 302.82º degrees, saturation: 0.89, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5A0556 is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.65.

Color convert

RGB90586-
CMYK00.940.040.65
HSL302.82º89.47%18.63%-
HSV(B)302.82º94.44%35.29%-
XYZ5.952.959.06-
YUV39.65154.16163.91-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 49.72%
GREEN value IS 5 (2.34% from 255) = 2.76%
BLUE value IS 86 (33.98% from 255) = 47.51%
R=49.72%
G=2.76%
B=47.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.04
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal9058600.940.040.65302.8289.4718.63
Hex5A55605E44112f5913
Octal13251260136410145713123
Binary10110101011010110010111101001000001100101111101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A0556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,5,86); }

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

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

 a { background-color: rgb(90,5,86); }

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

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

 span { border-color: rgb(90,5,86); }

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