#531368

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

Shades of Scarlet Gum #531368

Tints of Scarlet Gum #531368

Color information

#531368 (or 0x531368) is unknown color: approx Scarlet Gum. HEX triplet: 53, 13 and 68. RGB value is (83,19,104). Sum of RGB (Red+Green+Blue) = 83+19+104=206 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.29% from 206); Green value is 19 (7.81% from 255 or 9.22% from 206); Blue value is 104 (41.02% from 255 or 50.49% from 206); Max value from RGB is 104 - color contains mainly: blue. Hex color #531368 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531368 is #ACEC97. Grayscale: #2F2F2F. Windows color (decimal): -11332760 or 6820691. OLE color: 6820691.

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

Color convert

RGB8319104-
CMYK0.200.8200.59
HSL285.18º69.11%24.12%-
HSV(B)285.18º81.73%40.78%-
XYZ6.33.313.4-
YUV47.83159.7153.09-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 40.29%
GREEN value IS 19 (7.81% from 255) = 9.22%
BLUE value IS 104 (41.02% from 255) = 50.49%
R=40.29%
G=9.22%
B=50.49%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal83191040.200.8200.59285.1869.1124.12
Hex531368145203B11d4518
Octal123231502412207343510530
Binary10100111001111010001010010100100111011100011101100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531368; }

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

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

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

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

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

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

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

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