#554D8E

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

Shades of Victoria #554D8E

Tints of Victoria #554D8E

Color information

#554D8E (or 0x554D8E) is unknown color: approx Victoria. HEX triplet: 55, 4D and 8E. RGB value is (85,77,142). Sum of RGB (Red+Green+Blue) = 85+77+142=304 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.96% from 304); Green value is 77 (30.47% from 255 or 25.33% from 304); Blue value is 142 (55.86% from 255 or 46.71% from 304); Max value from RGB is 142 - color contains mainly: blue. Hex color #554D8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #554D8E is #AAB271. Grayscale: #565656. Windows color (decimal): -11186802 or 9325909. OLE color: 9325909.

HSL color Cylindrical-coordinate representation of color #554D8E: hue angle of 247.38º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #554D8E is Cyan = 0.40, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8577142-
CMYK0.400.4600.44
HSL247.38º29.68%42.94%-
HSV(B)247.38º45.77%55.69%-
XYZ11.289.1926.77-
YUV86.8159.15126.71-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.96%
GREEN value IS 77 (30.47% from 255) = 25.33%
BLUE value IS 142 (55.86% from 255) = 46.71%
R=27.96%
G=25.33%
B=46.71%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal85771420.400.4600.44247.3829.6842.94
Hex554D8E282E02Cf71e2b
Octal12511521650560543673653
Binary101010110011011000111010100010111001011001111011111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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