#54477F

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

Shades of Victoria #54477F

Tints of Victoria #54477F

Color information

#54477F (or 0x54477F) is unknown color: approx Victoria. HEX triplet: 54, 47 and 7F. RGB value is (84,71,127). Sum of RGB (Red+Green+Blue) = 84+71+127=282 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.79% from 282); Green value is 71 (28.12% from 255 or 25.18% from 282); Blue value is 127 (50% from 255 or 45.04% from 282); Max value from RGB is 127 - color contains mainly: blue. Hex color #54477F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54477F is #ABB880. Grayscale: #515151. Windows color (decimal): -11253889 or 8341332. OLE color: 8341332.

HSL color Cylindrical-coordinate representation of color #54477F: hue angle of 253.93º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #54477F is Cyan = 0.34, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8471127-
CMYK0.340.4400.50
HSL253.93º28.28%38.82%-
HSV(B)253.93º44.09%49.8%-
XYZ9.747.9221.09-
YUV81.27153.81129.95-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 29.79%
GREEN value IS 71 (28.12% from 255) = 25.18%
BLUE value IS 127 (50% from 255) = 45.04%
R=29.79%
G=25.18%
B=45.04%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal84711270.340.4400.50253.9328.2838.82
Hex54477F222C032fe1c27
Octal12410717742540623763447
Binary10101001000111111111110001010110001100101111111011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54477F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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