#554D85

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

Shades of Victoria #554D85

Tints of Victoria #554D85

Color information

#554D85 (or 0x554D85) is unknown color: approx Victoria. HEX triplet: 55, 4D and 85. RGB value is (85,77,133). Sum of RGB (Red+Green+Blue) = 85+77+133=295 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.81% from 295); Green value is 77 (30.47% from 255 or 26.10% from 295); Blue value is 133 (52.34% from 255 or 45.08% from 295); Max value from RGB is 133 - color contains mainly: blue. Hex color #554D85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #554D85 is #AAB27A. Grayscale: #555555. Windows color (decimal): -11186811 or 8736085. OLE color: 8736085.

HSL color Cylindrical-coordinate representation of color #554D85: hue angle of 248.57º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #554D85 is Cyan = 0.36, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8577133-
CMYK0.360.4200.48
HSL248.57º26.67%41.18%-
HSV(B)248.57º42.11%52.16%-
XYZ10.638.9323.35-
YUV85.78154.65127.45-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.81%
GREEN value IS 77 (30.47% from 255) = 26.10%
BLUE value IS 133 (52.34% from 255) = 45.08%
R=28.81%
G=26.10%
B=45.08%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal85771330.360.4200.48248.5726.6741.18
Hex554D85242A030f91b29
Octal12511520544520603713351
Binary101010110011011000010110010010101001100001111100111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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