Html Css Color HEX #514786 Victoria

📋 copy color: '#514786'

red 81 ◦ green 71 ◦ blue 134

#514786
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Victoria #514786

Tints of Victoria #514786

RGB

 RED value IS 81 (32.03% from 255) = 28.32%

 GREEN value IS 71 (28.13% from 255) = 24.83%

 BLUE value IS 134 (52.73% from 255) = 46.85%

R = 28.32%
G = 24.83%
B = 46.85%

CMYK

 C value IS 0.40

 M value IS 0.47

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#514786 (or 0x514786) is known color: Victoria. HEX triplet: 51, 47 and 86. RGB value is (81,71,134). Sum of RGB (Red+Green+Blue) = 81+71+134=286 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.32% from 286); Green value is 71 (28.12% from 255 or 24.83% from 286); Blue value is 134 (52.73% from 255 or 46.85% from 286); Max value from RGB is 134 - color contains mainly: blue. Hex color #514786 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514786 is #AEB879. Grayscale: #505050. Windows color (decimal): -11450490 or 8800081. OLE color: 8800081.

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

Color convert

RGB 81 71 134 -
CMYK 0.40 0.47 0 0.47
HSL 249.52º 0.31% 0.4% -
HSV(B) 249.52º 0.47% 0.53% -
XYZ 9.95 7.98 23.57 -
YUV 81.17 157.81 127.88 -
System Red Green Blue C M Y K H S L
Decimal 81 71 134 0.40 0.47 0 0.47 249.52 0.31 0.4
Hex 51 47 86 28 2F 0 2F FA 1F 28
Octal 121 107 206 50 57 0 57 372 37 50
Binary 1010001 1000111 10000110 101000 101111 0 101111 11111010 11111 101000

Color Harmonies of #514786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514786

Black with #514786

Text Example


Text Example

White with #514786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514786; }

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

 H1.HeaderClassName
 {
   color: #514786;
 }
 .AnyTagClassName
 {
   color: #514786;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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