#531968

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

Shades of Scarlet Gum #531968

Tints of Scarlet Gum #531968

Color information

#531968 (or 0x531968) is unknown color: approx Scarlet Gum. HEX triplet: 53, 19 and 68. RGB value is (83,25,104). Sum of RGB (Red+Green+Blue) = 83+25+104=212 (28% of max value = 765). Red value is 83 (32.81% from 255 or 39.15% from 212); Green value is 25 (10.16% from 255 or 11.79% from 212); Blue value is 104 (41.02% from 255 or 49.06% from 212); Max value from RGB is 104 - color contains mainly: blue. Hex color #531968 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531968 is #ACE697. Grayscale: #333333. Windows color (decimal): -11331224 or 6822227. OLE color: 6822227.

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

Color convert

RGB8325104-
CMYK0.200.7600.59
HSL284.05º61.24%25.29%-
HSV(B)284.05º75.96%40.78%-
XYZ6.413.5313.44-
YUV51.35157.72150.58-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 39.15%
GREEN value IS 25 (10.16% from 255) = 11.79%
BLUE value IS 104 (41.02% from 255) = 49.06%
R=39.15%
G=11.79%
B=49.06%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal83251040.200.7600.59284.0561.2425.29
Hex531968144C03B11c3d19
Octal12331150241140734347531
Binary1010011110011101000101001001100011101110001110011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531968; }

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

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

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

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

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

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

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

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