#552B5A

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

Shades of Hot Purple #552B5A

Tints of Hot Purple #552B5A

Color information

#552B5A (or 0x552B5A) is unknown color: approx Hot Purple. HEX triplet: 55, 2B and 5A. RGB value is (85,43,90). Sum of RGB (Red+Green+Blue) = 85+43+90=218 (28% of max value = 765). Red value is 85 (33.59% from 255 or 38.99% from 218); Green value is 43 (17.19% from 255 or 19.72% from 218); Blue value is 90 (35.55% from 255 or 41.28% from 218); Max value from RGB is 90 - color contains mainly: blue. Hex color #552B5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552B5A is #AAD4A5. Grayscale: #3C3C3C. Windows color (decimal): -11195558 or 5909333. OLE color: 5909333.

HSL color Cylindrical-coordinate representation of color #552B5A: hue angle of 293.62º degrees, saturation: 0.35, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #552B5A is Cyan = 0.06, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB854390-
CMYK0.060.5200.65
HSL293.62º35.34%26.08%-
HSV(B)293.62º52.22%35.29%-
XYZ6.464.410.18-
YUV60.92144.41145.18-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.99%
GREEN value IS 43 (17.19% from 255) = 19.72%
BLUE value IS 90 (35.55% from 255) = 41.28%
R=38.99%
G=19.72%
B=41.28%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8543900.060.5200.65293.6235.3426.08
Hex552B5A634041126231a
Octal1255313266401014464332
Binary101010110101110110101101101000100000110010011010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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