#554D82

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

Shades of Victoria #554D82

Tints of Victoria #554D82

Color information

#554D82 (or 0x554D82) is unknown color: approx Victoria. HEX triplet: 55, 4D and 82. RGB value is (85,77,130). Sum of RGB (Red+Green+Blue) = 85+77+130=292 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.11% from 292); Green value is 77 (30.47% from 255 or 26.37% from 292); Blue value is 130 (51.17% from 255 or 44.52% from 292); Max value from RGB is 130 - color contains mainly: blue. Hex color #554D82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #554D82 is #AAB27D. Grayscale: #555555. Windows color (decimal): -11186814 or 8539477. OLE color: 8539477.

HSL color Cylindrical-coordinate representation of color #554D82: hue angle of 249.06º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #554D82 is Cyan = 0.35, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8577130-
CMYK0.350.4100.49
HSL249.06º25.6%40.59%-
HSV(B)249.06º40.77%50.98%-
XYZ10.438.8522.28-
YUV85.43153.15127.69-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.11%
GREEN value IS 77 (30.47% from 255) = 26.37%
BLUE value IS 130 (51.17% from 255) = 44.52%
R=29.11%
G=26.37%
B=44.52%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal85771300.350.4100.49249.0625.640.59
Hex554D822329031f91a29
Octal12511520243510613713251
Binary101010110011011000001010001110100101100011111100111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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