#554D8B

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

Shades of Victoria #554D8B

Tints of Victoria #554D8B

Color information

#554D8B (or 0x554D8B) is unknown color: approx Victoria. HEX triplet: 55, 4D and 8B. RGB value is (85,77,139). Sum of RGB (Red+Green+Blue) = 85+77+139=301 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.24% from 301); Green value is 77 (30.47% from 255 or 25.58% from 301); Blue value is 139 (54.69% from 255 or 46.18% from 301); Max value from RGB is 139 - color contains mainly: blue. Hex color #554D8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #554D8B is #AAB274. Grayscale: #565656. Windows color (decimal): -11186805 or 9129301. OLE color: 9129301.

HSL color Cylindrical-coordinate representation of color #554D8B: hue angle of 247.74º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #554D8B is Cyan = 0.39, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8577139-
CMYK0.390.4500.45
HSL247.74º28.7%42.35%-
HSV(B)247.74º44.6%54.51%-
XYZ11.069.125.6-
YUV86.46157.65126.96-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.24%
GREEN value IS 77 (30.47% from 255) = 25.58%
BLUE value IS 139 (54.69% from 255) = 46.18%
R=28.24%
G=25.58%
B=46.18%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal85771390.390.4500.45247.7428.742.35
Hex554D8B272D02Df81d2a
Octal12511521347550553703552
Binary101010110011011000101110011110110101011011111100011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554D8B; }

 p { color: rgb(85,77,139); }

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

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

 a { background-color: rgb(85,77,139); }

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

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

 span { border-color: rgb(85,77,139); }

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