#552458

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

Shades of Hot Purple #552458

Tints of Hot Purple #552458

Color information

#552458 (or 0x552458) is unknown color: approx Hot Purple. HEX triplet: 55, 24 and 58. RGB value is (85,36,88). Sum of RGB (Red+Green+Blue) = 85+36+88=209 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.67% from 209); Green value is 36 (14.45% from 255 or 17.22% from 209); Blue value is 88 (34.77% from 255 or 42.11% from 209); Max value from RGB is 88 - color contains mainly: blue. Hex color #552458 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552458 is #AADBA7. Grayscale: #383838. Windows color (decimal): -11197352 or 5776469. OLE color: 5776469.

HSL color Cylindrical-coordinate representation of color #552458: hue angle of 296.54º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #552458 is Cyan = 0.03, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB853688-
CMYK0.030.5900.65
HSL296.54º41.94%24.31%-
HSV(B)296.54º59.09%34.51%-
XYZ6.143.99.66-
YUV56.58145.73148.27-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 40.67%
GREEN value IS 36 (14.45% from 255) = 17.22%
BLUE value IS 88 (34.77% from 255) = 42.11%
R=40.67%
G=17.22%
B=42.11%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8536880.030.5900.65296.5441.9424.31
Hex55245833B0411292a18
Octal1254413037301014515230
Binary10101011001001011000111110110100000110010100110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552458; }

 p { color: rgb(85,36,88); }

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

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

 a { background-color: rgb(85,36,88); }

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

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

 span { border-color: rgb(85,36,88); }

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