#531669

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

Shades of Scarlet Gum #531669

Tints of Scarlet Gum #531669

Color information

#531669 (or 0x531669) is unknown color: approx Scarlet Gum. HEX triplet: 53, 16 and 69. RGB value is (83,22,105). Sum of RGB (Red+Green+Blue) = 83+22+105=210 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.52% from 210); Green value is 22 (8.98% from 255 or 10.48% from 210); Blue value is 105 (41.41% from 255 or 50% from 210); Max value from RGB is 105 - color contains mainly: blue. Hex color #531669 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531669 is #ACE996. Grayscale: #313131. Windows color (decimal): -11331991 or 6886995. OLE color: 6886995.

HSL color Cylindrical-coordinate representation of color #531669: hue angle of 284.1º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #531669 is Cyan = 0.21, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8322105-
CMYK0.210.7900.59
HSL284.1º65.35%24.9%-
HSV(B)284.1º79.05%41.18%-
XYZ6.43.4313.69-
YUV49.7159.21151.75-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 39.52%
GREEN value IS 22 (8.98% from 255) = 10.48%
BLUE value IS 105 (41.41% from 255) = 50%
R=39.52%
G=10.48%
B=50%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal83221050.210.7900.59284.165.3524.9
Hex531669154F03B11c4119
Octal123261512511707343410131
Binary10100111011011010011010110011110111011100011100100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531669; }

 p { color: rgb(83,22,105); }

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

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

 a { background-color: rgb(83,22,105); }

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

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

 span { border-color: rgb(83,22,105); }

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