#544C7B

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

Shades of Victoria #544C7B

Tints of Victoria #544C7B

Color information

#544C7B (or 0x544C7B) is unknown color: approx Victoria. HEX triplet: 54, 4C and 7B. RGB value is (84,76,123). Sum of RGB (Red+Green+Blue) = 84+76+123=283 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.68% from 283); Green value is 76 (30.08% from 255 or 26.86% from 283); Blue value is 123 (48.44% from 255 or 43.46% from 283); Max value from RGB is 123 - color contains mainly: blue. Hex color #544C7B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544C7B is #ABB384. Grayscale: #535353. Windows color (decimal): -11252613 or 8080468. OLE color: 8080468.

HSL color Cylindrical-coordinate representation of color #544C7B: hue angle of 250.21º degrees, saturation: 0.24, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #544C7B is Cyan = 0.32, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8476123-
CMYK0.320.3800.52
HSL250.21º23.62%39.02%-
HSV(B)250.21º38.21%48.24%-
XYZ9.828.4819.86-
YUV83.75150.15128.18-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 29.68%
GREEN value IS 76 (30.08% from 255) = 26.86%
BLUE value IS 123 (48.44% from 255) = 43.46%
R=29.68%
G=26.86%
B=43.46%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal84761230.320.3800.52250.2123.6239.02
Hex544C7B2026034fa1827
Octal12411417340460643723047
Binary10101001001100111101110000010011001101001111101011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544C7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544C7B; }

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

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

<style>
 a { background-color: #544C7B; }

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

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

<style>
 span { border-color: #544C7B; }

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

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