Html Css Color HEX #522A68 Scarlet Gum

📋 copy color: '#522A68'

red 82 ◦ green 42 ◦ blue 104

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

Shades of Scarlet Gum #522A68

Tints of Scarlet Gum #522A68

RGB

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

 GREEN value IS 42 (16.8% from 255) = 18.42%

 BLUE value IS 104 (41.02% from 255) = 45.61%

R = 35.96%
G = 18.42%
B = 45.61%

CMYK

 C value IS 0.21

 M value IS 0.60

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#522A68 (or 0x522A68) is known color: Scarlet Gum. HEX triplet: 52, 2A and 68. RGB value is (82,42,104). Sum of RGB (Red+Green+Blue) = 82+42+104=228 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.96% from 228); Green value is 42 (16.80% from 255 or 18.42% from 228); Blue value is 104 (41.02% from 255 or 45.61% from 228); Max value from RGB is 104 - color contains mainly: blue. Hex color #522A68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522A68 is #ADD597. Grayscale: #3C3C3C. Windows color (decimal): -11392408 or 6826578. OLE color: 6826578.

HSL color Cylindrical-coordinate representation of color #522A68: hue angle of 278.71º degrees, saturation: 0.42, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #522A68 is Cyan = 0.21, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 82 42 104 -
CMYK 0.21 0.60 0 0.59
HSL 278.71º 0.42% 0.29% -
HSV(B) 278.71º 0.6% 0.41% -
XYZ 6.81 4.45 13.6 -
YUV 61.03 152.25 142.96 -
System Red Green Blue C M Y K H S L
Decimal 82 42 104 0.21 0.60 0 0.59 278.71 0.42 0.29
Hex 52 2A 68 15 3C 0 3B 117 2A 1D
Octal 122 52 150 25 74 0 73 427 52 35
Binary 1010010 101010 1101000 10101 111100 0 111011 100010111 101010 11101

Color Harmonies of #522A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522A68

Black with #522A68

Text Example


Text Example

White with #522A68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522A68; }

 p { color: rgb(82,42,104); }

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

background-color css

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

 a { background-color: rgb(82,42,104); }

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

border-color css

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

 span { border-color: rgb(82,42,104); }

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