#523461

Color #523461 Scarlet Gum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlet Gum #523461

Tints of Scarlet Gum #523461

Color information

#523461 (or 0x523461) is unknown color: approx Scarlet Gum. HEX triplet: 52, 34 and 61. RGB value is (82,52,97). Sum of RGB (Red+Green+Blue) = 82+52+97=231 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.50% from 231); Green value is 52 (20.70% from 255 or 22.51% from 231); Blue value is 97 (38.28% from 255 or 41.99% from 231); Max value from RGB is 97 - color contains mainly: blue. Hex color #523461 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523461 is #ADCB9E. Grayscale: #414141. Windows color (decimal): -11389855 or 6370386. OLE color: 6370386.

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

Color convert

RGB825297-
CMYK0.150.4600.62
HSL280º30.2%29.22%-
HSV(B)280º46.39%38.04%-
XYZ6.875.1111.93-
YUV66.1145.44139.34-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 35.50%
GREEN value IS 52 (20.70% from 255) = 22.51%
BLUE value IS 97 (38.28% from 255) = 41.99%
R=35.50%
G=22.51%
B=41.99%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8252970.150.4600.6228030.229.22
Hex523461F2E03E1181e1d
Octal1226414117560764303635
Binary10100101101001100001111110111001111101000110001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523461; }

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

 H1.HeaderClassName
 {
   color: #523461;
 }
 .AnyTagClassName
 {
   color: #523461;
 }
</style>
background-color css

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

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

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

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

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

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