#523958

Color #523958 Hot Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Purple #523958

Tints of Hot Purple #523958

Color information

#523958 (or 0x523958) is unknown color: approx Hot Purple. HEX triplet: 52, 39 and 58. RGB value is (82,57,88). Sum of RGB (Red+Green+Blue) = 82+57+88=227 (30% of max value = 765). Red value is 82 (32.42% from 255 or 36.12% from 227); Green value is 57 (22.66% from 255 or 25.11% from 227); Blue value is 88 (34.77% from 255 or 38.77% from 227); Max value from RGB is 88 - color contains mainly: blue. Hex color #523958 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523958 is #ADC6A7. Grayscale: #434343. Windows color (decimal): -11388584 or 5781842. OLE color: 5781842.

HSL color Cylindrical-coordinate representation of color #523958: hue angle of 288.39º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #523958 is Cyan = 0.07, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB825788-
CMYK0.070.3500.65
HSL288.39º21.38%28.43%-
HSV(B)288.39º35.23%34.51%-
XYZ6.75.429.93-
YUV68.01139.28137.98-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 36.12%
GREEN value IS 57 (22.66% from 255) = 25.11%
BLUE value IS 88 (34.77% from 255) = 38.77%
R=36.12%
G=25.11%
B=38.77%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8257880.070.3500.65288.3921.3828.43
Hex523958723041120151c
Octal1227113074301014402534
Binary10100101110011011000111100011010000011001000001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523958; }

 p { color: rgb(82,57,88); }

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

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

 a { background-color: rgb(82,57,88); }

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

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

 span { border-color: rgb(82,57,88); }

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