#531668

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

Shades of Scarlet Gum #531668

Tints of Scarlet Gum #531668

Color information

#531668 (or 0x531668) is unknown color: approx Scarlet Gum. HEX triplet: 53, 16 and 68. RGB value is (83,22,104). Sum of RGB (Red+Green+Blue) = 83+22+104=209 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.71% from 209); Green value is 22 (8.98% from 255 or 10.53% from 209); Blue value is 104 (41.02% from 255 or 49.76% from 209); Max value from RGB is 104 - color contains mainly: blue. Hex color #531668 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531668 is #ACE997. Grayscale: #313131. Windows color (decimal): -11331992 or 6821459. OLE color: 6821459.

HSL color Cylindrical-coordinate representation of color #531668: hue angle of 284.63º 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 #531668 is Cyan = 0.20, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8322104-
CMYK0.200.7900.59
HSL284.63º65.08%24.71%-
HSV(B)284.63º78.85%40.78%-
XYZ6.353.4113.42-
YUV49.59158.71151.83-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 39.71%
GREEN value IS 22 (8.98% from 255) = 10.53%
BLUE value IS 104 (41.02% from 255) = 49.76%
R=39.71%
G=10.53%
B=49.76%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal83221040.200.7900.59284.6365.0824.71
Hex531668144F03B11d4119
Octal123261502411707343510131
Binary10100111011011010001010010011110111011100011101100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531668; }

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

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

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

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

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

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

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

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