Html Css Color HEX #523360 Scarlet Gum

📋 copy color: '#523360'

red 82 ◦ green 51 ◦ blue 96

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

Shades of Scarlet Gum #523360

Tints of Scarlet Gum #523360

RGB

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

 GREEN value IS 51 (20.31% from 255) = 22.27%

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

R = 35.81%
G = 22.27%
B = 41.92%

CMYK

 C value IS 0.15

 M value IS 0.47

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#523360 (or 0x523360) is known color: Scarlet Gum. HEX triplet: 52, 33 and 60. RGB value is (82,51,96). Sum of RGB (Red+Green+Blue) = 82+51+96=229 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.81% from 229); Green value is 51 (20.31% from 255 or 22.27% from 229); Blue value is 96 (37.89% from 255 or 41.92% from 229); Max value from RGB is 96 - color contains mainly: blue. Hex color #523360 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523360 is #ADCC9F. Grayscale: #414141. Windows color (decimal): -11390112 or 6304594. OLE color: 6304594.

HSL color Cylindrical-coordinate representation of color #523360: hue angle of 281.33º 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 #523360 is Cyan = 0.15, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 82 51 96 -
CMYK 0.15 0.47 0 0.62
HSL 281.33º 0.31% 0.29% -
HSV(B) 281.33º 0.47% 0.38% -
XYZ 6.77 5.01 11.68 -
YUV 65.4 145.27 139.84 -
System Red Green Blue C M Y K H S L
Decimal 82 51 96 0.15 0.47 0 0.62 281.33 0.31 0.29
Hex 52 33 60 F 2F 0 3E 119 1F 1D
Octal 122 63 140 17 57 0 76 431 37 35
Binary 1010010 110011 1100000 1111 101111 0 111110 100011001 11111 11101

Color Harmonies of #523360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523360

Black with #523360

Text Example


Text Example

White with #523360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523360; }

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

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

background-color css

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

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

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

border-color css

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

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

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