Html Css Color HEX #522060 Scarlet Gum

📋 copy color: '#522060'

red 82 ◦ green 32 ◦ blue 96

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

Shades of Scarlet Gum #522060

Tints of Scarlet Gum #522060

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.24%

 BLUE value IS 96 (37.89% from 255) = 45.71%

R = 39.05%
G = 15.24%
B = 45.71%

CMYK

 C value IS 0.15

 M value IS 0.67

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#522060 (or 0x522060) is known color: Scarlet Gum. HEX triplet: 52, 20 and 60. RGB value is (82,32,96). Sum of RGB (Red+Green+Blue) = 82+32+96=210 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.05% from 210); Green value is 32 (12.89% from 255 or 15.24% from 210); Blue value is 96 (37.89% from 255 or 45.71% from 210); Max value from RGB is 96 - color contains mainly: blue. Hex color #522060 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522060 is #ADDF9F. Grayscale: #363636. Windows color (decimal): -11394976 or 6299730. OLE color: 6299730.

HSL color Cylindrical-coordinate representation of color #522060: hue angle of 286.88º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #522060 is Cyan = 0.15, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 82 32 96 -
CMYK 0.15 0.67 0 0.62
HSL 286.88º 0.5% 0.25% -
HSV(B) 286.88º 0.67% 0.38% -
XYZ 6.11 3.67 11.45 -
YUV 54.25 151.57 147.8 -
System Red Green Blue C M Y K H S L
Decimal 82 32 96 0.15 0.67 0 0.62 286.88 0.5 0.25
Hex 52 20 60 F 43 0 3E 11F 32 19
Octal 122 40 140 17 103 0 76 437 62 31
Binary 1010010 100000 1100000 1111 1000011 0 111110 100011111 110010 11001

Color Harmonies of #522060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522060

Black with #522060

Text Example


Text Example

White with #522060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522060; }

 p { color: rgb(82,32,96); }

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

background-color css

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

 a { background-color: rgb(82,32,96); }

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

border-color css

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

 span { border-color: rgb(82,32,96); }

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