#551C59

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

Shades of Hot Purple #551C59

Tints of Hot Purple #551C59

Color information

#551C59 (or 0x551C59) is unknown color: approx Hot Purple. HEX triplet: 55, 1C and 59. RGB value is (85,28,89). Sum of RGB (Red+Green+Blue) = 85+28+89=202 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.08% from 202); Green value is 28 (11.33% from 255 or 13.86% from 202); Blue value is 89 (35.16% from 255 or 44.06% from 202); Max value from RGB is 89 - color contains mainly: blue. Hex color #551C59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #551C59 is #AAE3A6. Grayscale: #333333. Windows color (decimal): -11199399 or 5839957. OLE color: 5839957.

HSL color Cylindrical-coordinate representation of color #551C59: hue angle of 296.07º degrees, saturation: 0.52, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #551C59 is Cyan = 0.04, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB852889-
CMYK0.040.6900.65
HSL296.07º52.14%22.94%-
HSV(B)296.07º68.54%34.9%-
XYZ5.963.489.81-
YUV52148.88151.54-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 42.08%
GREEN value IS 28 (11.33% from 255) = 13.86%
BLUE value IS 89 (35.16% from 255) = 44.06%
R=42.08%
G=13.86%
B=44.06%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8528890.040.6900.65296.0752.1422.94
Hex551C594450411283417
Octal12534131410501014506427
Binary101010111100101100110010001010100000110010100011010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551C59; }

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

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

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

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

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

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

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

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