#51457F

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

Shades of Victoria #51457F

Tints of Victoria #51457F

Color information

#51457F (or 0x51457F) is unknown color: approx Victoria. HEX triplet: 51, 45 and 7F. RGB value is (81,69,127). Sum of RGB (Red+Green+Blue) = 81+69+127=277 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.24% from 277); Green value is 69 (27.34% from 255 or 24.91% from 277); Blue value is 127 (50% from 255 or 45.85% from 277); Max value from RGB is 127 - color contains mainly: blue. Hex color #51457F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51457F is #AEBA80. Grayscale: #4E4E4E. Windows color (decimal): -11451009 or 8340817. OLE color: 8340817.

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

Color convert

RGB8169127-
CMYK0.360.4600.50
HSL252.41º29.59%38.43%-
HSV(B)252.41º45.67%49.8%-
XYZ9.357.5421.04-
YUV79.2154.98129.28-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.24%
GREEN value IS 69 (27.34% from 255) = 24.91%
BLUE value IS 127 (50% from 255) = 45.85%
R=29.24%
G=24.91%
B=45.85%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal81691270.360.4600.50252.4129.5938.43
Hex51457F242E032fc1e26
Octal12110517744560623743646
Binary10100011000101111111110010010111001100101111110011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51457F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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