#514781

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

Shades of Victoria #514781

Tints of Victoria #514781

Color information

#514781 (or 0x514781) is unknown color: approx Victoria. HEX triplet: 51, 47 and 81. RGB value is (81,71,129). Sum of RGB (Red+Green+Blue) = 81+71+129=281 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.83% from 281); Green value is 71 (28.12% from 255 or 25.27% from 281); Blue value is 129 (50.78% from 255 or 45.91% from 281); Max value from RGB is 129 - color contains mainly: blue. Hex color #514781 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514781 is #AEB87E. Grayscale: #505050. Windows color (decimal): -11450495 or 8472401. OLE color: 8472401.

HSL color Cylindrical-coordinate representation of color #514781: hue angle of 250.34º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #514781 is Cyan = 0.37, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8171129-
CMYK0.370.4500.49
HSL250.34º29%39.22%-
HSV(B)250.34º44.96%50.59%-
XYZ9.617.8421.78-
YUV80.6155.31128.28-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 28.83%
GREEN value IS 71 (28.12% from 255) = 25.27%
BLUE value IS 129 (50.78% from 255) = 45.91%
R=28.83%
G=25.27%
B=45.91%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal81711290.370.4500.49250.342939.22
Hex514781252D031fa1d27
Octal12110720145550613723547
Binary101000110001111000000110010110110101100011111101011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514781; }

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

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

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

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

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

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

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

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