Html Css Color HEX #52355F Scarlet Gum

📋 copy color: '#52355F'

red 82 ◦ green 53 ◦ blue 95

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

Shades of Scarlet Gum #52355F

Tints of Scarlet Gum #52355F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 23.04%

 BLUE value IS 95 (37.5% from 255) = 41.3%

R = 35.65%
G = 23.04%
B = 41.3%

CMYK

 C value IS 0.14

 M value IS 0.44

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#52355F (or 0x52355F) is known color: Scarlet Gum. HEX triplet: 52, 35 and 5F. RGB value is (82,53,95). Sum of RGB (Red+Green+Blue) = 82+53+95=230 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.65% from 230); Green value is 53 (21.09% from 255 or 23.04% from 230); Blue value is 95 (37.5% from 255 or 41.30% from 230); Max value from RGB is 95 - color contains mainly: blue. Hex color #52355F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52355F is #ADCAA0. Grayscale: #424242. Windows color (decimal): -11389601 or 6239570. OLE color: 6239570.

HSL color Cylindrical-coordinate representation of color #52355F: hue angle of 281.43º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #52355F is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 82 53 95 -
CMYK 0.14 0.44 0 0.63
HSL 281.43º 0.28% 0.29% -
HSV(B) 281.43º 0.44% 0.37% -
XYZ 6.82 5.17 11.46 -
YUV 66.46 144.11 139.08 -
System Red Green Blue C M Y K H S L
Decimal 82 53 95 0.14 0.44 0 0.63 281.43 0.28 0.29
Hex 52 35 5F E 2C 0 3F 119 1C 1D
Octal 122 65 137 16 54 0 77 431 34 35
Binary 1010010 110101 1011111 1110 101100 0 111111 100011001 11100 11101

Color Harmonies of #52355F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52355F

Black with #52355F

Text Example


Text Example

White with #52355F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52355F; }

 p { color: rgb(82,53,95); }

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

background-color css

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

 a { background-color: rgb(82,53,95); }

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

border-color css

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

 span { border-color: rgb(82,53,95); }

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