Html Css Color HEX #523260 Scarlet Gum

📋 copy color: '#523260'

red 82 ◦ green 50 ◦ blue 96

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

Shades of Scarlet Gum #523260

Tints of Scarlet Gum #523260

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.93%

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

R = 35.96%
G = 21.93%
B = 42.11%

CMYK

 C value IS 0.15

 M value IS 0.48

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#523260 (or 0x523260) is known color: Scarlet Gum. HEX triplet: 52, 32 and 60. RGB value is (82,50,96). Sum of RGB (Red+Green+Blue) = 82+50+96=228 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.96% from 228); Green value is 50 (19.92% from 255 or 21.93% from 228); Blue value is 96 (37.89% from 255 or 42.11% from 228); Max value from RGB is 96 - color contains mainly: blue. Hex color #523260 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523260 is #ADCD9F. Grayscale: #404040. Windows color (decimal): -11390368 or 6304338. OLE color: 6304338.

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

Color convert

RGB 82 50 96 -
CMYK 0.15 0.48 0 0.62
HSL 281.74º 0.32% 0.29% -
HSV(B) 281.74º 0.48% 0.38% -
XYZ 6.73 4.92 11.66 -
YUV 64.81 145.6 140.26 -
System Red Green Blue C M Y K H S L
Decimal 82 50 96 0.15 0.48 0 0.62 281.74 0.32 0.29
Hex 52 32 60 F 30 0 3E 11A 20 1D
Octal 122 62 140 17 60 0 76 432 40 35
Binary 1010010 110010 1100000 1111 110000 0 111110 100011010 100000 11101

Color Harmonies of #523260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523260

Black with #523260

Text Example


Text Example

White with #523260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523260; }

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

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

background-color css

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

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

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

border-color css

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

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

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