#544B72

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

Shades of Victoria #544B72

Tints of Victoria #544B72

Color information

#544B72 (or 0x544B72) is unknown color: approx Victoria. HEX triplet: 54, 4B and 72. RGB value is (84,75,114). Sum of RGB (Red+Green+Blue) = 84+75+114=273 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.77% from 273); Green value is 75 (29.69% from 255 or 27.47% from 273); Blue value is 114 (44.92% from 255 or 41.76% from 273); Max value from RGB is 114 - color contains mainly: blue. Hex color #544B72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544B72 is #ABB48D. Grayscale: #515151. Windows color (decimal): -11252878 or 7490388. OLE color: 7490388.

HSL color Cylindrical-coordinate representation of color #544B72: hue angle of 253.85º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #544B72 is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8475114-
CMYK0.260.3400.55
HSL253.85º20.63%37.06%-
HSV(B)253.85º34.21%44.71%-
XYZ9.218.1317-
YUV82.14145.98129.33-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 30.77%
GREEN value IS 75 (29.69% from 255) = 27.47%
BLUE value IS 114 (44.92% from 255) = 41.76%
R=30.77%
G=27.47%
B=41.76%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal84751140.260.3400.55253.8520.6337.06
Hex544B721A22037fe1525
Octal12411316232420673762545
Binary1010100100101111100101101010001001101111111111010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,75,114); }

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

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

 a { background-color: rgb(84,75,114); }

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

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

 span { border-color: rgb(84,75,114); }

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