Html Css Color HEX #522466 Scarlet Gum

📋 copy color: '#522466'

red 82 ◦ green 36 ◦ blue 102

#522466
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scarlet Gum #522466

Tints of Scarlet Gum #522466

RGB

 RED value IS 82 (32.42% from 255) = 37.27%

 GREEN value IS 36 (14.45% from 255) = 16.36%

 BLUE value IS 102 (40.23% from 255) = 46.36%

R = 37.27%
G = 16.36%
B = 46.36%

CMYK

 C value IS 0.20

 M value IS 0.65

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#522466 (or 0x522466) is known color: Scarlet Gum. HEX triplet: 52, 24 and 66. RGB value is (82,36,102). Sum of RGB (Red+Green+Blue) = 82+36+102=220 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.27% from 220); Green value is 36 (14.45% from 255 or 16.36% from 220); Blue value is 102 (40.23% from 255 or 46.36% from 220); Max value from RGB is 102 - color contains mainly: blue. Hex color #522466 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522466 is #ADDB99. Grayscale: #393939. Windows color (decimal): -11393946 or 6693970. OLE color: 6693970.

HSL color Cylindrical-coordinate representation of color #522466: hue angle of 281.82º degrees, saturation: 0.48, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #522466 is Cyan = 0.20, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 82 36 102 -
CMYK 0.20 0.65 0 0.6
HSL 281.82º 0.48% 0.27% -
HSV(B) 281.82º 0.65% 0.4% -
XYZ 6.51 4.01 13 -
YUV 57.28 153.24 145.63 -
System Red Green Blue C M Y K H S L
Decimal 82 36 102 0.20 0.65 0 0.6 281.82 0.48 0.27
Hex 52 24 66 14 41 0 3C 11A 30 1B
Octal 122 44 146 24 101 0 74 432 60 33
Binary 1010010 100100 1100110 10100 1000001 0 111100 100011010 110000 11011

Color Harmonies of #522466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522466

Black with #522466

Text Example


Text Example

White with #522466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522466; }

 p { color: rgb(82,36,102); }

 H1.HeaderClassName
 {
   color: #522466;
 }
 .AnyTagClassName
 {
   color: #522466;
 }
</style>

background-color css

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

 a { background-color: rgb(82,36,102); }

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

border-color css

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

 span { border-color: rgb(82,36,102); }

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