#553857

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

Shades of Hot Purple #553857

Tints of Hot Purple #553857

Color information

#553857 (or 0x553857) is unknown color: approx Hot Purple. HEX triplet: 55, 38 and 57. RGB value is (85,56,87). Sum of RGB (Red+Green+Blue) = 85+56+87=228 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.28% from 228); Green value is 56 (22.27% from 255 or 24.56% from 228); Blue value is 87 (34.38% from 255 or 38.16% from 228); Max value from RGB is 87 - color contains mainly: blue. Hex color #553857 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553857 is #AAC7A8. Grayscale: #444444. Windows color (decimal): -11192233 or 5716053. OLE color: 5716053.

HSL color Cylindrical-coordinate representation of color #553857: hue angle of 296.13º degrees, saturation: 0.22, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #553857 is Cyan = 0.02, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB855687-
CMYK0.020.3600.66
HSL296.13º21.68%28.04%-
HSV(B)296.13º35.63%34.12%-
XYZ6.885.459.71-
YUV68.2138.61139.98-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.28%
GREEN value IS 56 (22.27% from 255) = 24.56%
BLUE value IS 87 (34.38% from 255) = 38.16%
R=37.28%
G=24.56%
B=38.16%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8556870.020.3600.66296.1321.6828.04
Hex553857224042128161c
Octal1257012724401024502634
Binary1010101111000101011110100100010000101001010001011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553857; }

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

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

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

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

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

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

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

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