#554E7A

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

Shades of Victoria #554E7A

Tints of Victoria #554E7A

Color information

#554E7A (or 0x554E7A) is unknown color: approx Victoria. HEX triplet: 55, 4E and 7A. RGB value is (85,78,122). Sum of RGB (Red+Green+Blue) = 85+78+122=285 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.82% from 285); Green value is 78 (30.86% from 255 or 27.37% from 285); Blue value is 122 (48.05% from 255 or 42.81% from 285); Max value from RGB is 122 - color contains mainly: blue. Hex color #554E7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #554E7A is #AAB185. Grayscale: #545454. Windows color (decimal): -11186566 or 8015445. OLE color: 8015445.

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

Color convert

RGB8578122-
CMYK0.300.3600.52
HSL249.55º22%39.22%-
HSV(B)249.55º36.07%47.84%-
XYZ9.988.7919.58-
YUV85.11148.82127.92-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.82%
GREEN value IS 78 (30.86% from 255) = 27.37%
BLUE value IS 122 (48.05% from 255) = 42.81%
R=29.82%
G=27.37%
B=42.81%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal85781220.300.3600.52249.552239.22
Hex554E7A1E24034fa1627
Octal12511617236440643722647
Binary1010101100111011110101111010010001101001111101010110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,78,122); }

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

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

 a { background-color: rgb(85,78,122); }

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

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

 span { border-color: rgb(85,78,122); }

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