Html Css Color HEX #522568 Scarlet Gum

📋 copy color: '#522568'

red 82 ◦ green 37 ◦ blue 104

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

Shades of Scarlet Gum #522568

Tints of Scarlet Gum #522568

RGB

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

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

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

R = 36.77%
G = 16.59%
B = 46.64%

CMYK

 C value IS 0.21

 M value IS 0.64

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#522568 (or 0x522568) is known color: Scarlet Gum. HEX triplet: 52, 25 and 68. RGB value is (82,37,104). Sum of RGB (Red+Green+Blue) = 82+37+104=223 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.77% from 223); Green value is 37 (14.84% from 255 or 16.59% from 223); Blue value is 104 (41.02% from 255 or 46.64% from 223); Max value from RGB is 104 - color contains mainly: blue. Hex color #522568 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522568 is #ADDA97. Grayscale: #393939. Windows color (decimal): -11393688 or 6825298. OLE color: 6825298.

HSL color Cylindrical-coordinate representation of color #522568: hue angle of 280.3º degrees, saturation: 0.48, 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 #522568 is Cyan = 0.21, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 82 37 104 -
CMYK 0.21 0.64 0 0.59
HSL 280.3º 0.48% 0.28% -
HSV(B) 280.3º 0.64% 0.41% -
XYZ 6.64 4.12 13.54 -
YUV 58.09 153.91 145.05 -
System Red Green Blue C M Y K H S L
Decimal 82 37 104 0.21 0.64 0 0.59 280.3 0.48 0.28
Hex 52 25 68 15 40 0 3B 118 30 1C
Octal 122 45 150 25 100 0 73 430 60 34
Binary 1010010 100101 1101000 10101 1000000 0 111011 100011000 110000 11100

Color Harmonies of #522568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522568

Black with #522568

Text Example


Text Example

White with #522568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522568; }

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

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

background-color css

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

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

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

border-color css

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

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

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