#53186C

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

Shades of Scarlet Gum #53186C

Tints of Scarlet Gum #53186C

Color information

#53186C (or 0x53186C) is unknown color: approx Scarlet Gum. HEX triplet: 53, 18 and 6C. RGB value is (83,24,108). Sum of RGB (Red+Green+Blue) = 83+24+108=215 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.60% from 215); Green value is 24 (9.77% from 255 or 11.16% from 215); Blue value is 108 (42.58% from 255 or 50.23% from 215); Max value from RGB is 108 - color contains mainly: blue. Hex color #53186C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53186C is #ACE793. Grayscale: #323232. Windows color (decimal): -11331476 or 7084115. OLE color: 7084115.

HSL color Cylindrical-coordinate representation of color #53186C: hue angle of 282.14º degrees, saturation: 0.64, 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 #53186C is Cyan = 0.23, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8324108-
CMYK0.230.7800.58
HSL282.14º63.64%25.88%-
HSV(B)282.14º77.78%42.35%-
XYZ6.63.5714.53-
YUV51.22160.05150.67-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 38.60%
GREEN value IS 24 (9.77% from 255) = 11.16%
BLUE value IS 108 (42.58% from 255) = 50.23%
R=38.60%
G=11.16%
B=50.23%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal83241080.230.7800.58282.1463.6425.88
Hex53186C174E03A11a401a
Octal123301542711607243210032
Binary10100111100011011001011110011100111010100011010100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53186C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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