#553959

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

Shades of Hot Purple #553959

Tints of Hot Purple #553959

Color information

#553959 (or 0x553959) is unknown color: approx Hot Purple. HEX triplet: 55, 39 and 59. RGB value is (85,57,89). Sum of RGB (Red+Green+Blue) = 85+57+89=231 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.80% from 231); Green value is 57 (22.66% from 255 or 24.68% from 231); Blue value is 89 (35.16% from 255 or 38.53% from 231); Max value from RGB is 89 - color contains mainly: blue. Hex color #553959 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553959 is #AAC6A6. Grayscale: #444444. Windows color (decimal): -11191975 or 5847381. OLE color: 5847381.

HSL color Cylindrical-coordinate representation of color #553959: hue angle of 292.5º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #553959 is Cyan = 0.04, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB855789-
CMYK0.040.3600.65
HSL292.5º21.92%28.63%-
HSV(B)292.5º35.96%34.9%-
XYZ7.015.5810.16-
YUV69.02139.28139.4-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.80%
GREEN value IS 57 (22.66% from 255) = 24.68%
BLUE value IS 89 (35.16% from 255) = 38.53%
R=36.80%
G=24.68%
B=38.53%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8557890.040.3600.65292.521.9228.63
Hex553959424041124161d
Octal1257113144401014442635
Binary10101011110011011001100100100010000011001001001011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553959; }

 p { color: rgb(85,57,89); }

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

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

 a { background-color: rgb(85,57,89); }

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

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

 span { border-color: rgb(85,57,89); }

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