#554D72

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

Shades of Victoria #554D72

Tints of Victoria #554D72

Color information

#554D72 (or 0x554D72) is unknown color: approx Victoria. HEX triplet: 55, 4D and 72. RGB value is (85,77,114). Sum of RGB (Red+Green+Blue) = 85+77+114=276 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.80% from 276); Green value is 77 (30.47% from 255 or 27.90% from 276); Blue value is 114 (44.92% from 255 or 41.30% from 276); Max value from RGB is 114 - color contains mainly: blue. Hex color #554D72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #554D72 is #AAB28D. Grayscale: #535353. Windows color (decimal): -11186830 or 7490901. OLE color: 7490901.

HSL color Cylindrical-coordinate representation of color #554D72: hue angle of 252.97º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #554D72 is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8577114-
CMYK0.250.3200.55
HSL252.97º19.37%37.45%-
HSV(B)252.97º32.46%44.71%-
XYZ9.448.4517.05-
YUV83.61145.15128.99-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.80%
GREEN value IS 77 (30.47% from 255) = 27.90%
BLUE value IS 114 (44.92% from 255) = 41.30%
R=30.80%
G=27.90%
B=41.30%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal85771140.250.3200.55252.9719.3737.45
Hex554D721920037fd1325
Octal12511516231400673752345
Binary1010101100110111100101100110000001101111111110110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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