#55498E

Color #55498E Victoria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Victoria #55498E

Tints of Victoria #55498E

Color information

#55498E (or 0x55498E) is unknown color: approx Victoria. HEX triplet: 55, 49 and 8E. RGB value is (85,73,142). Sum of RGB (Red+Green+Blue) = 85+73+142=300 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.33% from 300); Green value is 73 (28.91% from 255 or 24.33% from 300); Blue value is 142 (55.86% from 255 or 47.33% from 300); Max value from RGB is 142 - color contains mainly: blue. Hex color #55498E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55498E is #AAB671. Grayscale: #545454. Windows color (decimal): -11187826 or 9324885. OLE color: 9324885.

HSL color Cylindrical-coordinate representation of color #55498E: hue angle of 250.43º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #55498E is Cyan = 0.40, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8573142-
CMYK0.400.4900.44
HSL250.43º32.09%42.16%-
HSV(B)250.43º48.59%55.69%-
XYZ11.018.6526.68-
YUV84.45160.48128.39-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.33%
GREEN value IS 73 (28.91% from 255) = 24.33%
BLUE value IS 142 (55.86% from 255) = 47.33%
R=28.33%
G=24.33%
B=47.33%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal85731420.400.4900.44250.4332.0942.16
Hex55498E283102Cfa202a
Octal12511121650610543724052
Binary1010101100100110001110101000110001010110011111010100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55498E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55498E; }

 p { color: rgb(85,73,142); }

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

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

 a { background-color: rgb(85,73,142); }

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

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

 span { border-color: rgb(85,73,142); }

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