#554E91

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

Shades of Victoria #554E91

Tints of Victoria #554E91

Color information

#554E91 (or 0x554E91) is unknown color: approx Victoria. HEX triplet: 55, 4E and 91. RGB value is (85,78,145). Sum of RGB (Red+Green+Blue) = 85+78+145=308 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.60% from 308); Green value is 78 (30.86% from 255 or 25.32% from 308); Blue value is 145 (57.03% from 255 or 47.08% from 308); Max value from RGB is 145 - color contains mainly: blue. Hex color #554E91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #554E91 is #AAB16E. Grayscale: #575757. Windows color (decimal): -11186543 or 9522773. OLE color: 9522773.

HSL color Cylindrical-coordinate representation of color #554E91: hue angle of 246.27º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #554E91 is Cyan = 0.41, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB8578145-
CMYK0.410.4600.43
HSL246.27º30.04%43.73%-
HSV(B)246.27º46.21%56.86%-
XYZ11.589.4228-
YUV87.73160.32126.05-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.60%
GREEN value IS 78 (30.86% from 255) = 25.32%
BLUE value IS 145 (57.03% from 255) = 47.08%
R=27.60%
G=25.32%
B=47.08%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal85781450.410.4600.43246.2730.0443.73
Hex554E91292E02Bf61e2c
Octal12511622151560533663654
Binary101010110011101001000110100110111001010111111011011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554E91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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