#531168

Color #531168 Scarlet Gum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlet Gum #531168

Tints of Scarlet Gum #531168

Color information

#531168 (or 0x531168) is unknown color: approx Scarlet Gum. HEX triplet: 53, 11 and 68. RGB value is (83,17,104). Sum of RGB (Red+Green+Blue) = 83+17+104=204 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.69% from 204); Green value is 17 (7.03% from 255 or 8.33% from 204); Blue value is 104 (41.02% from 255 or 50.98% from 204); Max value from RGB is 104 - color contains mainly: blue. Hex color #531168 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531168 is #ACEE97. Grayscale: #2E2E2E. Windows color (decimal): -11333272 or 6820179. OLE color: 6820179.

HSL color Cylindrical-coordinate representation of color #531168: hue angle of 285.52º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #531168 is Cyan = 0.20, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8317104-
CMYK0.200.8400.59
HSL285.52º71.9%23.73%-
HSV(B)285.52º83.65%40.78%-
XYZ6.273.2413.39-
YUV46.65160.37153.93-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 40.69%
GREEN value IS 17 (7.03% from 255) = 8.33%
BLUE value IS 104 (41.02% from 255) = 50.98%
R=40.69%
G=8.33%
B=50.98%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal83171040.200.8400.59285.5271.923.73
Hex531168145403B11e4818
Octal123211502412407343611030
Binary10100111000111010001010010101000111011100011110100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531168; }

 p { color: rgb(83,17,104); }

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

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

 a { background-color: rgb(83,17,104); }

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

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

 span { border-color: rgb(83,17,104); }

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