#544D7D

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

Shades of Victoria #544D7D

Tints of Victoria #544D7D

Color information

#544D7D (or 0x544D7D) is unknown color: approx Victoria. HEX triplet: 54, 4D and 7D. RGB value is (84,77,125). Sum of RGB (Red+Green+Blue) = 84+77+125=286 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.37% from 286); Green value is 77 (30.47% from 255 or 26.92% from 286); Blue value is 125 (49.22% from 255 or 43.71% from 286); Max value from RGB is 125 - color contains mainly: blue. Hex color #544D7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #544D7D is #ABB282. Grayscale: #545454. Windows color (decimal): -11252355 or 8211796. OLE color: 8211796.

HSL color Cylindrical-coordinate representation of color #544D7D: hue angle of 248.75º degrees, saturation: 0.24, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #544D7D is Cyan = 0.33, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8477125-
CMYK0.330.3800.51
HSL248.75º23.76%39.61%-
HSV(B)248.75º38.4%49.02%-
XYZ10.018.6720.55-
YUV84.56150.82127.6-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 29.37%
GREEN value IS 77 (30.47% from 255) = 26.92%
BLUE value IS 125 (49.22% from 255) = 43.71%
R=29.37%
G=26.92%
B=43.71%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal84771250.330.3800.51248.7523.7639.61
Hex544D7D2126033f91828
Octal12411517541460633713050
Binary10101001001101111110110000110011001100111111100111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,77,125); }

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

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

 a { background-color: rgb(84,77,125); }

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

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

 span { border-color: rgb(84,77,125); }

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