#51477A

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

Shades of Victoria #51477A

Tints of Victoria #51477A

Color information

#51477A (or 0x51477A) is unknown color: approx Victoria. HEX triplet: 51, 47 and 7A. RGB value is (81,71,122). Sum of RGB (Red+Green+Blue) = 81+71+122=274 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.56% from 274); Green value is 71 (28.12% from 255 or 25.91% from 274); Blue value is 122 (48.05% from 255 or 44.53% from 274); Max value from RGB is 122 - color contains mainly: blue. Hex color #51477A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51477A is #AEB885. Grayscale: #4F4F4F. Windows color (decimal): -11450502 or 8013649. OLE color: 8013649.

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

Color convert

RGB8171122-
CMYK0.340.4200.52
HSL251.76º26.42%37.84%-
HSV(B)251.76º41.8%47.84%-
XYZ9.167.6619.41-
YUV79.8151.81128.85-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.56%
GREEN value IS 71 (28.12% from 255) = 25.91%
BLUE value IS 122 (48.05% from 255) = 44.53%
R=29.56%
G=25.91%
B=44.53%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal81711220.340.4200.52251.7626.4237.84
Hex51477A222A034fc1a26
Octal12110717242520643743246
Binary10100011000111111101010001010101001101001111110011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51477A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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