#54507C

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

Shades of Victoria #54507C

Tints of Victoria #54507C

Color information

#54507C (or 0x54507C) is unknown color: approx Victoria. HEX triplet: 54, 50 and 7C. RGB value is (84,80,124). Sum of RGB (Red+Green+Blue) = 84+80+124=288 (38% of max value = 765). Red value is 84 (33.20% from 255 or 29.17% from 288); Green value is 80 (31.64% from 255 or 27.78% from 288); Blue value is 124 (48.83% from 255 or 43.06% from 288); Max value from RGB is 124 - color contains mainly: blue. Hex color #54507C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54507C is #ABAF83. Grayscale: #565656. Windows color (decimal): -11251588 or 8147028. OLE color: 8147028.

HSL color Cylindrical-coordinate representation of color #54507C: hue angle of 245.45º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #54507C is Cyan = 0.32, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8480124-
CMYK0.320.3500.51
HSL245.45º21.57%40%-
HSV(B)245.45º35.48%48.63%-
XYZ10.169.0820.29-
YUV86.21149.33126.42-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 29.17%
GREEN value IS 80 (31.64% from 255) = 27.78%
BLUE value IS 124 (48.83% from 255) = 43.06%
R=29.17%
G=27.78%
B=43.06%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal84801240.320.3500.51245.4521.5740
Hex54507C2023033f51628
Octal12412017440430633652650
Binary10101001010000111110010000010001101100111111010110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54507C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54507C; }

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

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

<style>
 a { background-color: #54507C; }

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

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

<style>
 span { border-color: #54507C; }

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

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