#51457B

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

Shades of Victoria #51457B

Tints of Victoria #51457B

Color information

#51457B (or 0x51457B) is unknown color: approx Victoria. HEX triplet: 51, 45 and 7B. RGB value is (81,69,123). Sum of RGB (Red+Green+Blue) = 81+69+123=273 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.67% from 273); Green value is 69 (27.34% from 255 or 25.27% from 273); Blue value is 123 (48.44% from 255 or 45.05% from 273); Max value from RGB is 123 - color contains mainly: blue. Hex color #51457B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51457B is #AEBA84. Grayscale: #4E4E4E. Windows color (decimal): -11451013 or 8078673. OLE color: 8078673.

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

Color convert

RGB8169123-
CMYK0.340.4400.52
HSL253.33º28.12%37.65%-
HSV(B)253.33º43.9%48.24%-
XYZ9.17.4419.69-
YUV78.74152.98129.61-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.67%
GREEN value IS 69 (27.34% from 255) = 25.27%
BLUE value IS 123 (48.44% from 255) = 45.05%
R=29.67%
G=25.27%
B=45.05%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal81691230.340.4400.52253.3328.1237.65
Hex51457B222C034fd1c26
Octal12110517342540643753446
Binary10100011000101111101110001010110001101001111110111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51457B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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