#51487B

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

Shades of Victoria #51487B

Tints of Victoria #51487B

Color information

#51487B (or 0x51487B) is unknown color: approx Victoria. HEX triplet: 51, 48 and 7B. RGB value is (81,72,123). Sum of RGB (Red+Green+Blue) = 81+72+123=276 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.35% from 276); Green value is 72 (28.52% from 255 or 26.09% from 276); Blue value is 123 (48.44% from 255 or 44.57% from 276); Max value from RGB is 123 - color contains mainly: blue. Hex color #51487B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51487B is #AEB784. Grayscale: #505050. Windows color (decimal): -11450245 or 8079441. OLE color: 8079441.

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

Color convert

RGB8172123-
CMYK0.340.4100.52
HSL250.59º26.15%38.24%-
HSV(B)250.59º41.46%48.24%-
XYZ9.297.8119.76-
YUV80.5151.98128.35-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.35%
GREEN value IS 72 (28.52% from 255) = 26.09%
BLUE value IS 123 (48.44% from 255) = 44.57%
R=29.35%
G=26.09%
B=44.57%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal81721230.340.4100.52250.5926.1538.24
Hex51487B2229034fb1a26
Octal12111017342510643733246
Binary10100011001000111101110001010100101101001111101111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51487B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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