#54507B

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

Shades of Victoria #54507B

Tints of Victoria #54507B

Color information

#54507B (or 0x54507B) is unknown color: approx Victoria. HEX triplet: 54, 50 and 7B. RGB value is (84,80,123). Sum of RGB (Red+Green+Blue) = 84+80+123=287 (38% of max value = 765). Red value is 84 (33.20% from 255 or 29.27% from 287); Green value is 80 (31.64% from 255 or 27.87% from 287); Blue value is 123 (48.44% from 255 or 42.86% from 287); Max value from RGB is 123 - color contains mainly: blue. Hex color #54507B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54507B is #ABAF84. Grayscale: #555555. Windows color (decimal): -11251589 or 8081492. OLE color: 8081492.

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

Color convert

RGB8480123-
CMYK0.320.3500.52
HSL245.58º21.18%39.8%-
HSV(B)245.58º34.96%48.24%-
XYZ10.19.0519.95-
YUV86.1148.83126.5-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 29.27%
GREEN value IS 80 (31.64% from 255) = 27.87%
BLUE value IS 123 (48.44% from 255) = 42.86%
R=29.27%
G=27.87%
B=42.86%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal84801230.320.3500.52245.5821.1839.8
Hex54507B2023034f61528
Octal12412017340430643662550
Binary10101001010000111101110000010001101101001111011010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54507B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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