Html Css Color HEX #523062 Scarlet Gum

📋 copy color: '#523062'

red 82 ◦ green 48 ◦ blue 98

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

Shades of Scarlet Gum #523062

Tints of Scarlet Gum #523062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 42.98%

R = 35.96%
G = 21.05%
B = 42.98%

CMYK

 C value IS 0.16

 M value IS 0.51

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#523062 (or 0x523062) is known color: Scarlet Gum. HEX triplet: 52, 30 and 62. RGB value is (82,48,98). Sum of RGB (Red+Green+Blue) = 82+48+98=228 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.96% from 228); Green value is 48 (19.14% from 255 or 21.05% from 228); Blue value is 98 (38.67% from 255 or 42.98% from 228); Max value from RGB is 98 - color contains mainly: blue. Hex color #523062 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523062 is #ADCF9D. Grayscale: #3F3F3F. Windows color (decimal): -11390878 or 6434898. OLE color: 6434898.

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

Color convert

RGB 82 48 98 -
CMYK 0.16 0.51 0 0.62
HSL 280.8º 0.34% 0.29% -
HSV(B) 280.8º 0.51% 0.38% -
XYZ 6.74 4.79 12.12 -
YUV 63.87 147.26 140.93 -
System Red Green Blue C M Y K H S L
Decimal 82 48 98 0.16 0.51 0 0.62 280.8 0.34 0.29
Hex 52 30 62 10 33 0 3E 119 22 1D
Octal 122 60 142 20 63 0 76 431 42 35
Binary 1010010 110000 1100010 10000 110011 0 111110 100011001 100010 11101

Color Harmonies of #523062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523062

Black with #523062

Text Example


Text Example

White with #523062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523062; }

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

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

background-color css

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

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

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

border-color css

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

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

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