#522663

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

Shades of Scarlet Gum #522663

Tints of Scarlet Gum #522663

Color information

#522663 (or 0x522663) is unknown color: approx Scarlet Gum. HEX triplet: 52, 26 and 63. RGB value is (82,38,99). Sum of RGB (Red+Green+Blue) = 82+38+99=219 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.44% from 219); Green value is 38 (15.23% from 255 or 17.35% from 219); Blue value is 99 (39.06% from 255 or 45.21% from 219); Max value from RGB is 99 - color contains mainly: blue. Hex color #522663 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522663 is #ADD99C. Grayscale: #393939. Windows color (decimal): -11393437 or 6497874. OLE color: 6497874.

HSL color Cylindrical-coordinate representation of color #522663: hue angle of 283.28º degrees, saturation: 0.45, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #522663 is Cyan = 0.17, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB823899-
CMYK0.170.6200.61
HSL283.28º44.53%26.86%-
HSV(B)283.28º61.62%38.82%-
XYZ6.424.0812.25-
YUV58.11151.08145.04-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 37.44%
GREEN value IS 38 (15.23% from 255) = 17.35%
BLUE value IS 99 (39.06% from 255) = 45.21%
R=37.44%
G=17.35%
B=45.21%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8238990.170.6200.61283.2844.5326.86
Hex522663113E03D11b2d1b
Octal1224614321760754335533
Binary1010010100110110001110001111110011110110001101110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522663; }

 p { color: rgb(82,38,99); }

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

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

 a { background-color: rgb(82,38,99); }

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

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

 span { border-color: rgb(82,38,99); }

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