Html Css Color HEX #523660 Scarlet Gum

📋 copy color: '#523660'

red 82 ◦ green 54 ◦ blue 96

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

Shades of Scarlet Gum #523660

Tints of Scarlet Gum #523660

RGB

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

 GREEN value IS 54 (21.48% from 255) = 23.28%

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

R = 35.34%
G = 23.28%
B = 41.38%

CMYK

 C value IS 0.15

 M value IS 0.44

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#523660 (or 0x523660) is known color: Scarlet Gum. HEX triplet: 52, 36 and 60. RGB value is (82,54,96). Sum of RGB (Red+Green+Blue) = 82+54+96=232 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.34% from 232); Green value is 54 (21.48% from 255 or 23.28% from 232); Blue value is 96 (37.89% from 255 or 41.38% from 232); Max value from RGB is 96 - color contains mainly: blue. Hex color #523660 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523660 is #ADC99F. Grayscale: #434343. Windows color (decimal): -11389344 or 6305362. OLE color: 6305362.

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

Color convert

RGB 82 54 96 -
CMYK 0.15 0.44 0 0.62
HSL 280º 0.28% 0.29% -
HSV(B) 280º 0.44% 0.38% -
XYZ 6.91 5.28 11.72 -
YUV 67.16 144.28 138.58 -
System Red Green Blue C M Y K H S L
Decimal 82 54 96 0.15 0.44 0 0.62 280 0.28 0.29
Hex 52 36 60 F 2C 0 3E 118 1C 1D
Octal 122 66 140 17 54 0 76 430 34 35
Binary 1010010 110110 1100000 1111 101100 0 111110 100011000 11100 11101

Color Harmonies of #523660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523660

Black with #523660

Text Example


Text Example

White with #523660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523660; }

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

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

background-color css

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

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

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

border-color css

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

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

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