#54508D

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

Shades of Victoria #54508D

Tints of Victoria #54508D

Color information

#54508D (or 0x54508D) is unknown color: approx Victoria. HEX triplet: 54, 50 and 8D. RGB value is (84,80,141). Sum of RGB (Red+Green+Blue) = 84+80+141=305 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.54% from 305); Green value is 80 (31.64% from 255 or 26.23% from 305); Blue value is 141 (55.47% from 255 or 46.23% from 305); Max value from RGB is 141 - color contains mainly: blue. Hex color #54508D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54508D is #ABAF72. Grayscale: #575757. Windows color (decimal): -11251571 or 9261140. OLE color: 9261140.

HSL color Cylindrical-coordinate representation of color #54508D: hue angle of 243.93º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #54508D is Cyan = 0.40, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8480141-
CMYK0.400.4300.45
HSL243.93º27.6%43.33%-
HSV(B)243.93º43.26%55.29%-
XYZ11.339.5526.44-
YUV88.15157.83125.04-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.54%
GREEN value IS 80 (31.64% from 255) = 26.23%
BLUE value IS 141 (55.47% from 255) = 46.23%
R=27.54%
G=26.23%
B=46.23%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal84801410.400.4300.45243.9327.643.33
Hex54508D282B02Df41c2b
Octal12412021550530553643453
Binary101010010100001000110110100010101101011011111010011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54508D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54508D; }

 p { color: rgb(84,80,141); }

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

<style>
 a { background-color: #54508D; }

 a { background-color: rgb(84,80,141); }

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

<style>
 span { border-color: #54508D; }

 span { border-color: rgb(84,80,141); }

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