#553859

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

Shades of Hot Purple #553859

Tints of Hot Purple #553859

Color information

#553859 (or 0x553859) is unknown color: approx Hot Purple. HEX triplet: 55, 38 and 59. RGB value is (85,56,89). Sum of RGB (Red+Green+Blue) = 85+56+89=230 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.96% from 230); Green value is 56 (22.27% from 255 or 24.35% from 230); Blue value is 89 (35.16% from 255 or 38.70% from 230); Max value from RGB is 89 - color contains mainly: blue. Hex color #553859 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553859 is #AAC7A6. Grayscale: #444444. Windows color (decimal): -11192231 or 5847125. OLE color: 5847125.

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

Color convert

RGB855689-
CMYK0.040.3700.65
HSL292.73º22.76%28.43%-
HSV(B)292.73º37.08%34.9%-
XYZ6.965.4810.14-
YUV68.43139.61139.82-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.96%
GREEN value IS 56 (22.27% from 255) = 24.35%
BLUE value IS 89 (35.16% from 255) = 38.70%
R=36.96%
G=24.35%
B=38.70%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8556890.040.3700.65292.7322.7628.43
Hex553859425041125171c
Octal1257013144501014452734
Binary10101011110001011001100100101010000011001001011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553859; }

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

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

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

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

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

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

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

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