#53186B

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

Shades of Scarlet Gum #53186B

Tints of Scarlet Gum #53186B

Color information

#53186B (or 0x53186B) is unknown color: approx Scarlet Gum. HEX triplet: 53, 18 and 6B. RGB value is (83,24,107). Sum of RGB (Red+Green+Blue) = 83+24+107=214 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.79% from 214); Green value is 24 (9.77% from 255 or 11.21% from 214); Blue value is 107 (42.19% from 255 or 50% from 214); Max value from RGB is 107 - color contains mainly: blue. Hex color #53186B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53186B is #ACE794. Grayscale: #323232. Windows color (decimal): -11331477 or 7018579. OLE color: 7018579.

HSL color Cylindrical-coordinate representation of color #53186B: hue angle of 282.65º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #53186B is Cyan = 0.22, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8324107-
CMYK0.220.7800.58
HSL282.65º63.36%25.69%-
HSV(B)282.65º77.57%41.96%-
XYZ6.553.5514.25-
YUV51.1159.55150.75-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 38.79%
GREEN value IS 24 (9.77% from 255) = 11.21%
BLUE value IS 107 (42.19% from 255) = 50%
R=38.79%
G=11.21%
B=50%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal83241070.220.7800.58282.6563.3625.69
Hex53186B164E03A11b3f1a
Octal12330153261160724337732
Binary1010011110001101011101101001110011101010001101111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53186B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53186B; }

 p { color: rgb(83,24,107); }

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

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

 a { background-color: rgb(83,24,107); }

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

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

 span { border-color: rgb(83,24,107); }

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