Html Css Color HEX #522669 Scarlet Gum

📋 copy color: '#522669'

red 82 ◦ green 38 ◦ blue 105

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

Shades of Scarlet Gum #522669

Tints of Scarlet Gum #522669

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.89%

 BLUE value IS 105 (41.41% from 255) = 46.67%

R = 36.44%
G = 16.89%
B = 46.67%

CMYK

 C value IS 0.22

 M value IS 0.64

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#522669 (or 0x522669) is known color: Scarlet Gum. HEX triplet: 52, 26 and 69. RGB value is (82,38,105). Sum of RGB (Red+Green+Blue) = 82+38+105=225 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.44% from 225); Green value is 38 (15.23% from 255 or 16.89% from 225); Blue value is 105 (41.41% from 255 or 46.67% from 225); Max value from RGB is 105 - color contains mainly: blue. Hex color #522669 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522669 is #ADD996. Grayscale: #3A3A3A. Windows color (decimal): -11393431 or 6891090. OLE color: 6891090.

HSL color Cylindrical-coordinate representation of color #522669: hue angle of 279.4º degrees, saturation: 0.47, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #522669 is Cyan = 0.22, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 82 38 105 -
CMYK 0.22 0.64 0 0.59
HSL 279.4º 0.47% 0.28% -
HSV(B) 279.4º 0.64% 0.41% -
XYZ 6.72 4.2 13.82 -
YUV 58.79 154.08 144.55 -
System Red Green Blue C M Y K H S L
Decimal 82 38 105 0.22 0.64 0 0.59 279.4 0.47 0.28
Hex 52 26 69 16 40 0 3B 117 2F 1C
Octal 122 46 151 26 100 0 73 427 57 34
Binary 1010010 100110 1101001 10110 1000000 0 111011 100010111 101111 11100

Color Harmonies of #522669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522669

Black with #522669

Text Example


Text Example

White with #522669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522669; }

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

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

background-color css

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

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

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

border-color css

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

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

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