#521B68

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

Shades of Scarlet Gum #521B68

Tints of Scarlet Gum #521B68

Color information

#521B68 (or 0x521B68) is unknown color: approx Scarlet Gum. HEX triplet: 52, 1B and 68. RGB value is (82,27,104). Sum of RGB (Red+Green+Blue) = 82+27+104=213 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.50% from 213); Green value is 27 (10.94% from 255 or 12.68% from 213); Blue value is 104 (41.02% from 255 or 48.83% from 213); Max value from RGB is 104 - color contains mainly: blue. Hex color #521B68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #521B68 is #ADE497. Grayscale: #333333. Windows color (decimal): -11396248 or 6822738. OLE color: 6822738.

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

Color convert

RGB8227104-
CMYK0.210.7400.59
HSL282.86º58.78%25.69%-
HSV(B)282.86º74.04%40.78%-
XYZ6.373.5813.45-
YUV52.22157.22149.24-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 38.50%
GREEN value IS 27 (10.94% from 255) = 12.68%
BLUE value IS 104 (41.02% from 255) = 48.83%
R=38.50%
G=12.68%
B=48.83%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal82271040.210.7400.59282.8658.7825.69
Hex521B68154A03B11b3b1a
Octal12233150251120734337332
Binary1010010110111101000101011001010011101110001101111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521B68; }

 p { color: rgb(82,27,104); }

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

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

 a { background-color: rgb(82,27,104); }

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

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

 span { border-color: rgb(82,27,104); }

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