#51498F

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

Shades of Victoria #51498F

Tints of Victoria #51498F

Color information

#51498F (or 0x51498F) is unknown color: approx Victoria. HEX triplet: 51, 49 and 8F. RGB value is (81,73,143). Sum of RGB (Red+Green+Blue) = 81+73+143=297 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.27% from 297); Green value is 73 (28.91% from 255 or 24.58% from 297); Blue value is 143 (56.25% from 255 or 48.15% from 297); Max value from RGB is 143 - color contains mainly: blue. Hex color #51498F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #51498F is #AEB670. Grayscale: #535353. Windows color (decimal): -11449969 or 9390417. OLE color: 9390417.

HSL color Cylindrical-coordinate representation of color #51498F: hue angle of 246.86º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #51498F is Cyan = 0.43, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8173143-
CMYK0.430.4900.44
HSL246.86º32.41%42.35%-
HSV(B)246.86º48.95%56.08%-
XYZ10.738.527.06-
YUV83.37161.65126.31-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.27%
GREEN value IS 73 (28.91% from 255) = 24.58%
BLUE value IS 143 (56.25% from 255) = 48.15%
R=27.27%
G=24.58%
B=48.15%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal81731430.430.4900.44246.8632.4142.35
Hex51498F2B3102Cf7202a
Octal12111121753610543674052
Binary1010001100100110001111101011110001010110011110111100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51498F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,73,143); }

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

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

 a { background-color: rgb(81,73,143); }

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

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

 span { border-color: rgb(81,73,143); }

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