#54508E

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

Shades of Victoria #54508E

Tints of Victoria #54508E

Color information

#54508E (or 0x54508E) is unknown color: approx Victoria. HEX triplet: 54, 50 and 8E. RGB value is (84,80,142). Sum of RGB (Red+Green+Blue) = 84+80+142=306 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.45% from 306); Green value is 80 (31.64% from 255 or 26.14% from 306); Blue value is 142 (55.86% from 255 or 46.41% from 306); Max value from RGB is 142 - color contains mainly: blue. Hex color #54508E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54508E is #ABAF71. Grayscale: #585858. Windows color (decimal): -11251570 or 9326676. OLE color: 9326676.

HSL color Cylindrical-coordinate representation of color #54508E: hue angle of 243.87º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #54508E is Cyan = 0.41, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8480142-
CMYK0.410.4400.44
HSL243.87º27.93%43.53%-
HSV(B)243.87º43.66%55.69%-
XYZ11.419.5826.84-
YUV88.26158.33124.96-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.45%
GREEN value IS 80 (31.64% from 255) = 26.14%
BLUE value IS 142 (55.86% from 255) = 46.41%
R=27.45%
G=26.14%
B=46.41%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal84801420.410.4400.44243.8727.9343.53
Hex54508E292C02Cf41c2c
Octal12412021651540543643454
Binary101010010100001000111010100110110001011001111010011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54508E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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