#554E8E

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

Shades of Victoria #554E8E

Tints of Victoria #554E8E

Color information

#554E8E (or 0x554E8E) is unknown color: approx Victoria. HEX triplet: 55, 4E and 8E. RGB value is (85,78,142). Sum of RGB (Red+Green+Blue) = 85+78+142=305 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.87% from 305); Green value is 78 (30.86% from 255 or 25.57% from 305); Blue value is 142 (55.86% from 255 or 46.56% from 305); Max value from RGB is 142 - color contains mainly: blue. Hex color #554E8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #554E8E is #AAB171. Grayscale: #575757. Windows color (decimal): -11186546 or 9326165. OLE color: 9326165.

HSL color Cylindrical-coordinate representation of color #554E8E: hue angle of 246.56º degrees, saturation: 0.29, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #554E8E is Cyan = 0.40, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8578142-
CMYK0.400.4500.44
HSL246.56º29.09%43.14%-
HSV(B)246.56º45.07%55.69%-
XYZ11.359.3326.79-
YUV87.39158.82126.3-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.87%
GREEN value IS 78 (30.86% from 255) = 25.57%
BLUE value IS 142 (55.86% from 255) = 46.56%
R=27.87%
G=25.57%
B=46.56%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal85781420.400.4500.44246.5629.0943.14
Hex554E8E282D02Cf71d2b
Octal12511621650550543673553
Binary101010110011101000111010100010110101011001111011111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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