#522865

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

Shades of Scarlet Gum #522865

Tints of Scarlet Gum #522865

Color information

#522865 (or 0x522865) is unknown color: approx Scarlet Gum. HEX triplet: 52, 28 and 65. RGB value is (82,40,101). Sum of RGB (Red+Green+Blue) = 82+40+101=223 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.77% from 223); Green value is 40 (16.02% from 255 or 17.94% from 223); Blue value is 101 (39.84% from 255 or 45.29% from 223); Max value from RGB is 101 - color contains mainly: blue. Hex color #522865 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522865 is #ADD79A. Grayscale: #3B3B3B. Windows color (decimal): -11392923 or 6629458. OLE color: 6629458.

HSL color Cylindrical-coordinate representation of color #522865: hue angle of 281.31º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #522865 is Cyan = 0.19, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8240101-
CMYK0.190.6000.60
HSL281.31º43.26%27.65%-
HSV(B)281.31º60.4%39.61%-
XYZ6.594.2512.79-
YUV59.51151.41144.04-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 36.77%
GREEN value IS 40 (16.02% from 255) = 17.94%
BLUE value IS 101 (39.84% from 255) = 45.29%
R=36.77%
G=17.94%
B=45.29%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal82401010.190.6000.60281.3143.2627.65
Hex522865133C03C1192b1c
Octal1225014523740744315334
Binary1010010101000110010110011111100011110010001100110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522865; }

 p { color: rgb(82,40,101); }

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

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

 a { background-color: rgb(82,40,101); }

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

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

 span { border-color: rgb(82,40,101); }

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