#554988

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

Shades of Victoria #554988

Tints of Victoria #554988

Color information

#554988 (or 0x554988) is unknown color: approx Victoria. HEX triplet: 55, 49 and 88. RGB value is (85,73,136). Sum of RGB (Red+Green+Blue) = 85+73+136=294 (38% of max value = 765). Red value is 85 (33.59% from 255 or 28.91% from 294); Green value is 73 (28.91% from 255 or 24.83% from 294); Blue value is 136 (53.52% from 255 or 46.26% from 294); Max value from RGB is 136 - color contains mainly: blue. Hex color #554988 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554988 is #AAB677. Grayscale: #535353. Windows color (decimal): -11187832 or 8931669. OLE color: 8931669.

HSL color Cylindrical-coordinate representation of color #554988: hue angle of 251.43º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #554988 is Cyan = 0.38, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8573136-
CMYK0.380.4600.47
HSL251.43º30.14%40.98%-
HSV(B)251.43º46.32%53.33%-
XYZ10.578.4724.37-
YUV83.77157.48128.88-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.91%
GREEN value IS 73 (28.91% from 255) = 24.83%
BLUE value IS 136 (53.52% from 255) = 46.26%
R=28.91%
G=24.83%
B=46.26%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal85731360.380.4600.47251.4330.1440.98
Hex554988262E02Ffb1e29
Octal12511121046560573733651
Binary101010110010011000100010011010111001011111111101111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554988; }

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

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

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

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

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

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

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

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