#51487F

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

Shades of Victoria #51487F

Tints of Victoria #51487F

Color information

#51487F (or 0x51487F) is unknown color: approx Victoria. HEX triplet: 51, 48 and 7F. RGB value is (81,72,127). Sum of RGB (Red+Green+Blue) = 81+72+127=280 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.93% from 280); Green value is 72 (28.52% from 255 or 25.71% from 280); Blue value is 127 (50% from 255 or 45.36% from 280); Max value from RGB is 127 - color contains mainly: blue. Hex color #51487F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51487F is #AEB780. Grayscale: #505050. Windows color (decimal): -11450241 or 8341585. OLE color: 8341585.

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

Color convert

RGB8172127-
CMYK0.360.4300.50
HSL249.82º27.64%39.02%-
HSV(B)249.82º43.31%49.8%-
XYZ9.547.9221.1-
YUV80.96153.98128.03-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 28.93%
GREEN value IS 72 (28.52% from 255) = 25.71%
BLUE value IS 127 (50% from 255) = 45.36%
R=28.93%
G=25.71%
B=45.36%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal81721270.360.4300.50249.8227.6439.02
Hex51487F242B032fa1c27
Octal12111017744530623723447
Binary10100011001000111111110010010101101100101111101011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51487F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,72,127); }

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

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

 a { background-color: rgb(81,72,127); }

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

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

 span { border-color: rgb(81,72,127); }

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