#54488B

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

Shades of Victoria #54488B

Tints of Victoria #54488B

Color information

#54488B (or 0x54488B) is unknown color: approx Victoria. HEX triplet: 54, 48 and 8B. RGB value is (84,72,139). Sum of RGB (Red+Green+Blue) = 84+72+139=295 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.47% from 295); Green value is 72 (28.52% from 255 or 24.41% from 295); Blue value is 139 (54.69% from 255 or 47.12% from 295); Max value from RGB is 139 - color contains mainly: blue. Hex color #54488B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #54488B is #ABB774. Grayscale: #525252. Windows color (decimal): -11253621 or 9128020. OLE color: 9128020.

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

Color convert

RGB8472139-
CMYK0.400.4800.45
HSL250.75º31.75%41.37%-
HSV(B)250.75º48.2%54.51%-
XYZ10.638.3825.48-
YUV83.23159.48128.55-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 28.47%
GREEN value IS 72 (28.52% from 255) = 24.41%
BLUE value IS 139 (54.69% from 255) = 47.12%
R=28.47%
G=24.41%
B=47.12%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal84721390.400.4800.45250.7531.7541.37
Hex54488B283002Dfb2029
Octal12411021350600553734051
Binary1010100100100010001011101000110000010110111111011100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54488B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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