#51488A

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

Shades of Victoria #51488A

Tints of Victoria #51488A

Color information

#51488A (or 0x51488A) is unknown color: approx Victoria. HEX triplet: 51, 48 and 8A. RGB value is (81,72,138). Sum of RGB (Red+Green+Blue) = 81+72+138=291 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.84% from 291); Green value is 72 (28.52% from 255 or 24.74% from 291); Blue value is 138 (54.30% from 255 or 47.42% from 291); Max value from RGB is 138 - color contains mainly: blue. Hex color #51488A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #51488A is #AEB775. Grayscale: #515151. Windows color (decimal): -11450230 or 9062481. OLE color: 9062481.

HSL color Cylindrical-coordinate representation of color #51488A: hue angle of 248.18º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #51488A is Cyan = 0.41, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB8172138-
CMYK0.410.4800.46
HSL248.18º31.43%41.18%-
HSV(B)248.18º47.83%54.12%-
XYZ10.38.2225.09-
YUV82.21159.48127.13-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.84%
GREEN value IS 72 (28.52% from 255) = 24.74%
BLUE value IS 138 (54.30% from 255) = 47.42%
R=27.84%
G=24.74%
B=47.42%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal81721380.410.4800.46248.1831.4341.18
Hex51488A293002Ef81f29
Octal12111021251600563703751
Binary101000110010001000101010100111000001011101111100011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51488A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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