#552B57

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

Shades of Hot Purple #552B57

Tints of Hot Purple #552B57

Color information

#552B57 (or 0x552B57) is unknown color: approx Hot Purple. HEX triplet: 55, 2B and 57. RGB value is (85,43,87). Sum of RGB (Red+Green+Blue) = 85+43+87=215 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.53% from 215); Green value is 43 (17.19% from 255 or 20% from 215); Blue value is 87 (34.38% from 255 or 40.47% from 215); Max value from RGB is 87 - color contains mainly: blue. Hex color #552B57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552B57 is #AAD4A8. Grayscale: #3C3C3C. Windows color (decimal): -11195561 or 5712725. OLE color: 5712725.

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

Color convert

RGB854387-
CMYK0.020.5100.66
HSL297.27º33.85%25.49%-
HSV(B)297.27º50.57%34.12%-
XYZ6.334.359.52-
YUV60.57142.91145.42-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 39.53%
GREEN value IS 43 (17.19% from 255) = 20%
BLUE value IS 87 (34.38% from 255) = 40.47%
R=39.53%
G=20%
B=40.47%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8543870.020.5100.66297.2733.8525.49
Hex552B572330421292219
Octal1255312726301024514231
Binary10101011010111010111101100110100001010010100110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552B57; }

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

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

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

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

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

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

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

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