#514679

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

Shades of Victoria #514679

Tints of Victoria #514679

Color information

#514679 (or 0x514679) is unknown color: approx Victoria. HEX triplet: 51, 46 and 79. RGB value is (81,70,121). Sum of RGB (Red+Green+Blue) = 81+70+121=272 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.78% from 272); Green value is 70 (27.73% from 255 or 25.74% from 272); Blue value is 121 (47.66% from 255 or 44.49% from 272); Max value from RGB is 121 - color contains mainly: blue. Hex color #514679 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514679 is #AEB986. Grayscale: #4E4E4E. Windows color (decimal): -11450759 or 7947857. OLE color: 7947857.

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

Color convert

RGB8170121-
CMYK0.330.4200.53
HSL252.94º26.7%37.45%-
HSV(B)252.94º42.15%47.45%-
XYZ9.037.5119.06-
YUV79.1151.64129.35-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.78%
GREEN value IS 70 (27.73% from 255) = 25.74%
BLUE value IS 121 (47.66% from 255) = 44.49%
R=29.78%
G=25.74%
B=44.49%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal81701210.330.4200.53252.9426.737.45
Hex514679212A035fd1b25
Octal12110617141520653753345
Binary10100011000110111100110000110101001101011111110111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514679; }

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

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

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

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

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

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

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

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