Html Css Color HEX #523462 Scarlet Gum

📋 copy color: '#523462'

red 82 ◦ green 52 ◦ blue 98

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

Shades of Scarlet Gum #523462

Tints of Scarlet Gum #523462

RGB

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

 GREEN value IS 52 (20.7% from 255) = 22.41%

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

R = 35.34%
G = 22.41%
B = 42.24%

CMYK

 C value IS 0.16

 M value IS 0.47

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#523462 (or 0x523462) is known color: Scarlet Gum. HEX triplet: 52, 34 and 62. RGB value is (82,52,98). Sum of RGB (Red+Green+Blue) = 82+52+98=232 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.34% from 232); Green value is 52 (20.70% from 255 or 22.41% from 232); Blue value is 98 (38.67% from 255 or 42.24% from 232); Max value from RGB is 98 - color contains mainly: blue. Hex color #523462 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523462 is #ADCB9D. Grayscale: #424242. Windows color (decimal): -11389854 or 6435922. OLE color: 6435922.

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

Color convert

RGB 82 52 98 -
CMYK 0.16 0.47 0 0.62
HSL 279.13º 0.31% 0.29% -
HSV(B) 279.13º 0.47% 0.38% -
XYZ 6.91 5.13 12.18 -
YUV 66.21 145.94 139.26 -
System Red Green Blue C M Y K H S L
Decimal 82 52 98 0.16 0.47 0 0.62 279.13 0.31 0.29
Hex 52 34 62 10 2F 0 3E 117 1F 1D
Octal 122 64 142 20 57 0 76 427 37 35
Binary 1010010 110100 1100010 10000 101111 0 111110 100010111 11111 11101

Color Harmonies of #523462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523462

Black with #523462

Text Example


Text Example

White with #523462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523462; }

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

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

background-color css

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

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

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

border-color css

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

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

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