#554E7C

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

Shades of Victoria #554E7C

Tints of Victoria #554E7C

Color information

#554E7C (or 0x554E7C) is unknown color: approx Victoria. HEX triplet: 55, 4E and 7C. RGB value is (85,78,124). Sum of RGB (Red+Green+Blue) = 85+78+124=287 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.62% from 287); Green value is 78 (30.86% from 255 or 27.18% from 287); Blue value is 124 (48.83% from 255 or 43.21% from 287); Max value from RGB is 124 - color contains mainly: blue. Hex color #554E7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #554E7C is #AAB183. Grayscale: #555555. Windows color (decimal): -11186564 or 8146517. OLE color: 8146517.

HSL color Cylindrical-coordinate representation of color #554E7C: hue angle of 249.13º degrees, saturation: 0.23, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #554E7C is Cyan = 0.31, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8578124-
CMYK0.310.3700.51
HSL249.13º22.77%39.61%-
HSV(B)249.13º37.1%48.63%-
XYZ10.118.8420.24-
YUV85.34149.82127.76-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.62%
GREEN value IS 78 (30.86% from 255) = 27.18%
BLUE value IS 124 (48.83% from 255) = 43.21%
R=29.62%
G=27.18%
B=43.21%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal85781240.310.3700.51249.1322.7739.61
Hex554E7C1F25033f91728
Octal12511617437450633712750
Binary1010101100111011111001111110010101100111111100110111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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