Html Css Color HEX #522C68 Scarlet Gum

📋 copy color: '#522C68'

red 82 ◦ green 44 ◦ blue 104

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

Shades of Scarlet Gum #522C68

Tints of Scarlet Gum #522C68

RGB

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

 GREEN value IS 44 (17.58% from 255) = 19.13%

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

R = 35.65%
G = 19.13%
B = 45.22%

CMYK

 C value IS 0.21

 M value IS 0.58

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#522C68 (or 0x522C68) is known color: Scarlet Gum. HEX triplet: 52, 2C and 68. RGB value is (82,44,104). Sum of RGB (Red+Green+Blue) = 82+44+104=230 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.65% from 230); Green value is 44 (17.58% from 255 or 19.13% from 230); Blue value is 104 (41.02% from 255 or 45.22% from 230); Max value from RGB is 104 - color contains mainly: blue. Hex color #522C68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522C68 is #ADD397. Grayscale: #3D3D3D. Windows color (decimal): -11391896 or 6827090. OLE color: 6827090.

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

Color convert

RGB 82 44 104 -
CMYK 0.21 0.58 0 0.59
HSL 278º 0.41% 0.29% -
HSV(B) 278º 0.58% 0.41% -
XYZ 6.88 4.59 13.62 -
YUV 62.2 151.59 142.12 -
System Red Green Blue C M Y K H S L
Decimal 82 44 104 0.21 0.58 0 0.59 278 0.41 0.29
Hex 52 2C 68 15 3A 0 3B 116 29 1D
Octal 122 54 150 25 72 0 73 426 51 35
Binary 1010010 101100 1101000 10101 111010 0 111011 100010110 101001 11101

Color Harmonies of #522C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522C68

Black with #522C68

Text Example


Text Example

White with #522C68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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