#531568

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

Shades of Scarlet Gum #531568

Tints of Scarlet Gum #531568

Color information

#531568 (or 0x531568) is unknown color: approx Scarlet Gum. HEX triplet: 53, 15 and 68. RGB value is (83,21,104). Sum of RGB (Red+Green+Blue) = 83+21+104=208 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.90% from 208); Green value is 21 (8.59% from 255 or 10.10% from 208); Blue value is 104 (41.02% from 255 or 50% from 208); Max value from RGB is 104 - color contains mainly: blue. Hex color #531568 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531568 is #ACEA97. Grayscale: #303030. Windows color (decimal): -11332248 or 6821203. OLE color: 6821203.

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

Color convert

RGB8321104-
CMYK0.200.8000.59
HSL284.82º66.4%24.51%-
HSV(B)284.82º79.81%40.78%-
XYZ6.333.3713.41-
YUV49159.04152.25-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 39.90%
GREEN value IS 21 (8.59% from 255) = 10.10%
BLUE value IS 104 (41.02% from 255) = 50%
R=39.90%
G=10.10%
B=50%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal83211040.200.8000.59284.8266.424.51
Hex531568145003B11d4219
Octal123251502412007343510231
Binary10100111010111010001010010100000111011100011101100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531568; }

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

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

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

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

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

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

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

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