#51457A

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

Shades of Victoria #51457A

Tints of Victoria #51457A

Color information

#51457A (or 0x51457A) is unknown color: approx Victoria. HEX triplet: 51, 45 and 7A. RGB value is (81,69,122). Sum of RGB (Red+Green+Blue) = 81+69+122=272 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.78% from 272); Green value is 69 (27.34% from 255 or 25.37% from 272); Blue value is 122 (48.05% from 255 or 44.85% from 272); Max value from RGB is 122 - color contains mainly: blue. Hex color #51457A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51457A is #AEBA85. Grayscale: #4E4E4E. Windows color (decimal): -11451014 or 8013137. OLE color: 8013137.

HSL color Cylindrical-coordinate representation of color #51457A: hue angle of 253.58º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #51457A is Cyan = 0.34, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8169122-
CMYK0.340.4300.52
HSL253.58º27.75%37.45%-
HSV(B)253.58º43.44%47.84%-
XYZ9.037.4119.37-
YUV78.63152.48129.69-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.78%
GREEN value IS 69 (27.34% from 255) = 25.37%
BLUE value IS 122 (48.05% from 255) = 44.85%
R=29.78%
G=25.37%
B=44.85%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal81691220.340.4300.52253.5827.7537.45
Hex51457A222B034fe1c25
Octal12110517242530643763445
Binary10100011000101111101010001010101101101001111111011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51457A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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