#514B79

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

Shades of Victoria #514B79

Tints of Victoria #514B79

Color information

#514B79 (or 0x514B79) is unknown color: approx Victoria. HEX triplet: 51, 4B and 79. RGB value is (81,75,121). Sum of RGB (Red+Green+Blue) = 81+75+121=277 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.24% from 277); Green value is 75 (29.69% from 255 or 27.08% from 277); Blue value is 121 (47.66% from 255 or 43.68% from 277); Max value from RGB is 121 - color contains mainly: blue. Hex color #514B79 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514B79 is #AEB486. Grayscale: #515151. Windows color (decimal): -11449479 or 7949137. OLE color: 7949137.

HSL color Cylindrical-coordinate representation of color #514B79: hue angle of 247.83º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #514B79 is Cyan = 0.33, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8175121-
CMYK0.330.3800.53
HSL247.83º23.47%38.43%-
HSV(B)247.83º38.02%47.45%-
XYZ9.368.1619.17-
YUV82.04149.99127.26-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.24%
GREEN value IS 75 (29.69% from 255) = 27.08%
BLUE value IS 121 (47.66% from 255) = 43.68%
R=29.24%
G=27.08%
B=43.68%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal81751210.330.3800.53247.8323.4738.43
Hex514B792126035f81726
Octal12111317141460653702746
Binary10100011001011111100110000110011001101011111100010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514B79; }

 p { color: rgb(81,75,121); }

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

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

 a { background-color: rgb(81,75,121); }

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

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

 span { border-color: rgb(81,75,121); }

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