#54477A

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

Shades of Victoria #54477A

Tints of Victoria #54477A

Color information

#54477A (or 0x54477A) is unknown color: approx Victoria. HEX triplet: 54, 47 and 7A. RGB value is (84,71,122). Sum of RGB (Red+Green+Blue) = 84+71+122=277 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.32% from 277); Green value is 71 (28.12% from 255 or 25.63% from 277); Blue value is 122 (48.05% from 255 or 44.04% from 277); Max value from RGB is 122 - color contains mainly: blue. Hex color #54477A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54477A is #ABB885. Grayscale: #505050. Windows color (decimal): -11253894 or 8013652. OLE color: 8013652.

HSL color Cylindrical-coordinate representation of color #54477A: hue angle of 255.29º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #54477A is Cyan = 0.31, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8471122-
CMYK0.310.4200.52
HSL255.29º26.42%37.84%-
HSV(B)255.29º41.8%47.84%-
XYZ9.427.819.42-
YUV80.7151.31130.35-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 30.32%
GREEN value IS 71 (28.12% from 255) = 25.63%
BLUE value IS 122 (48.05% from 255) = 44.04%
R=30.32%
G=25.63%
B=44.04%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal84711220.310.4200.52255.2926.4237.84
Hex54477A1F2A034ff1a26
Octal12410717237520643773246
Binary1010100100011111110101111110101001101001111111111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54477A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54477A; }

 p { color: rgb(84,71,122); }

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

<style>
 a { background-color: #54477A; }

 a { background-color: rgb(84,71,122); }

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

<style>
 span { border-color: #54477A; }

 span { border-color: rgb(84,71,122); }

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