#514A88

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

Shades of Victoria #514A88

Tints of Victoria #514A88

Color information

#514A88 (or 0x514A88) is unknown color: approx Victoria. HEX triplet: 51, 4A and 88. RGB value is (81,74,136). Sum of RGB (Red+Green+Blue) = 81+74+136=291 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.84% from 291); Green value is 74 (29.30% from 255 or 25.43% from 291); Blue value is 136 (53.52% from 255 or 46.74% from 291); Max value from RGB is 136 - color contains mainly: blue. Hex color #514A88 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514A88 is #AEB577. Grayscale: #525252. Windows color (decimal): -11449720 or 8931921. OLE color: 8931921.

HSL color Cylindrical-coordinate representation of color #514A88: hue angle of 246.77º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #514A88 is Cyan = 0.40, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8174136-
CMYK0.400.4600.47
HSL246.77º29.52%41.18%-
HSV(B)246.77º45.59%53.33%-
XYZ10.298.4224.38-
YUV83.16157.82126.46-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.84%
GREEN value IS 74 (29.30% from 255) = 25.43%
BLUE value IS 136 (53.52% from 255) = 46.74%
R=27.84%
G=25.43%
B=46.74%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal81741360.400.4600.47246.7729.5241.18
Hex514A88282E02Ff71e29
Octal12111221050560573673651
Binary101000110010101000100010100010111001011111111011111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,74,136); }

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

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

 a { background-color: rgb(81,74,136); }

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

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

 span { border-color: rgb(81,74,136); }

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