Html Css Color HEX #522268 Scarlet Gum

📋 copy color: '#522268'

red 82 ◦ green 34 ◦ blue 104

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

Shades of Scarlet Gum #522268

Tints of Scarlet Gum #522268

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.45%

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

R = 37.27%
G = 15.45%
B = 47.27%

CMYK

 C value IS 0.21

 M value IS 0.67

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#522268 (or 0x522268) is known color: Scarlet Gum. HEX triplet: 52, 22 and 68. RGB value is (82,34,104). Sum of RGB (Red+Green+Blue) = 82+34+104=220 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.27% from 220); Green value is 34 (13.67% from 255 or 15.45% from 220); Blue value is 104 (41.02% from 255 or 47.27% from 220); Max value from RGB is 104 - color contains mainly: blue. Hex color #522268 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522268 is #ADDD97. Grayscale: #383838. Windows color (decimal): -11394456 or 6824530. OLE color: 6824530.

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

Color convert

RGB 82 34 104 -
CMYK 0.21 0.67 0 0.59
HSL 281.14º 0.51% 0.27% -
HSV(B) 281.14º 0.67% 0.41% -
XYZ 6.55 3.94 13.51 -
YUV 56.33 154.9 146.31 -
System Red Green Blue C M Y K H S L
Decimal 82 34 104 0.21 0.67 0 0.59 281.14 0.51 0.27
Hex 52 22 68 15 43 0 3B 119 33 1B
Octal 122 42 150 25 103 0 73 431 63 33
Binary 1010010 100010 1101000 10101 1000011 0 111011 100011001 110011 11011

Color Harmonies of #522268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522268

Black with #522268

Text Example


Text Example

White with #522268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522268; }

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

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

background-color css

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

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

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

border-color css

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

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

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