Html Css Color HEX #522566 Scarlet Gum

📋 copy color: '#522566'

red 82 ◦ green 37 ◦ blue 102

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

Shades of Scarlet Gum #522566

Tints of Scarlet Gum #522566

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.74%

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

R = 37.1%
G = 16.74%
B = 46.15%

CMYK

 C value IS 0.20

 M value IS 0.64

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#522566 (or 0x522566) is known color: Scarlet Gum. HEX triplet: 52, 25 and 66. RGB value is (82,37,102). Sum of RGB (Red+Green+Blue) = 82+37+102=221 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.10% from 221); Green value is 37 (14.84% from 255 or 16.74% from 221); Blue value is 102 (40.23% from 255 or 46.15% from 221); Max value from RGB is 102 - color contains mainly: blue. Hex color #522566 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522566 is #ADDA99. Grayscale: #393939. Windows color (decimal): -11393690 or 6694226. OLE color: 6694226.

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

Color convert

RGB 82 37 102 -
CMYK 0.20 0.64 0 0.6
HSL 281.54º 0.47% 0.27% -
HSV(B) 281.54º 0.64% 0.4% -
XYZ 6.54 4.08 13.01 -
YUV 57.87 152.91 145.21 -
System Red Green Blue C M Y K H S L
Decimal 82 37 102 0.20 0.64 0 0.6 281.54 0.47 0.27
Hex 52 25 66 14 40 0 3C 11A 2F 1B
Octal 122 45 146 24 100 0 74 432 57 33
Binary 1010010 100101 1100110 10100 1000000 0 111100 100011010 101111 11011

Color Harmonies of #522566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522566

Black with #522566

Text Example


Text Example

White with #522566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522566; }

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

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

background-color css

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

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

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

border-color css

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

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

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