Html Css Color HEX #523060 Scarlet Gum

📋 copy color: '#523060'

red 82 ◦ green 48 ◦ blue 96

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

Shades of Scarlet Gum #523060

Tints of Scarlet Gum #523060

RGB

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

 GREEN value IS 48 (19.14% from 255) = 21.24%

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

R = 36.28%
G = 21.24%
B = 42.48%

CMYK

 C value IS 0.15

 M value IS 0.50

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#523060 (or 0x523060) is known color: Scarlet Gum. HEX triplet: 52, 30 and 60. RGB value is (82,48,96). Sum of RGB (Red+Green+Blue) = 82+48+96=226 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.28% from 226); Green value is 48 (19.14% from 255 or 21.24% from 226); Blue value is 96 (37.89% from 255 or 42.48% from 226); Max value from RGB is 96 - color contains mainly: blue. Hex color #523060 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523060 is #ADCF9F. Grayscale: #3F3F3F. Windows color (decimal): -11390880 or 6303826. OLE color: 6303826.

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

Color convert

RGB 82 48 96 -
CMYK 0.15 0.50 0 0.62
HSL 282.5º 0.33% 0.28% -
HSV(B) 282.5º 0.5% 0.38% -
XYZ 6.65 4.75 11.63 -
YUV 63.64 146.26 141.1 -
System Red Green Blue C M Y K H S L
Decimal 82 48 96 0.15 0.50 0 0.62 282.5 0.33 0.28
Hex 52 30 60 F 32 0 3E 11A 21 1C
Octal 122 60 140 17 62 0 76 432 41 34
Binary 1010010 110000 1100000 1111 110010 0 111110 100011010 100001 11100

Color Harmonies of #523060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523060

Black with #523060

Text Example


Text Example

White with #523060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523060; }

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

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

background-color css

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

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

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

border-color css

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

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

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