#54488C

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

Shades of Victoria #54488C

Tints of Victoria #54488C

Color information

#54488C (or 0x54488C) is unknown color: approx Victoria. HEX triplet: 54, 48 and 8C. RGB value is (84,72,140). Sum of RGB (Red+Green+Blue) = 84+72+140=296 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.38% from 296); Green value is 72 (28.52% from 255 or 24.32% from 296); Blue value is 140 (55.08% from 255 or 47.30% from 296); Max value from RGB is 140 - color contains mainly: blue. Hex color #54488C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #54488C is #ABB773. Grayscale: #535353. Windows color (decimal): -11253620 or 9193556. OLE color: 9193556.

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

Color convert

RGB8472140-
CMYK0.40.4900.45
HSL250.59º32.08%41.57%-
HSV(B)250.59º48.57%54.9%-
XYZ10.718.4125.87-
YUV83.34159.98128.47-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 28.38%
GREEN value IS 72 (28.52% from 255) = 24.32%
BLUE value IS 140 (55.08% from 255) = 47.30%
R=28.38%
G=24.32%
B=47.30%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal84721400.40.4900.45250.5932.0841.57
Hex54488C283102Dfb202a
Octal12411021450610553734052
Binary1010100100100010001100101000110001010110111111011100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54488C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,72,140); }

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

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

 a { background-color: rgb(84,72,140); }

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

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

 span { border-color: rgb(84,72,140); }

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