Html Css Color HEX #514676 Victoria

📋 copy color: '#514676'

red 81 ◦ green 70 ◦ blue 118

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

Shades of Victoria #514676

Tints of Victoria #514676

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.02%

 BLUE value IS 118 (46.48% from 255) = 43.87%

R = 30.11%
G = 26.02%
B = 43.87%

CMYK

 C value IS 0.31

 M value IS 0.41

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#514676 (or 0x514676) is known color: Victoria. HEX triplet: 51, 46 and 76. RGB value is (81,70,118). Sum of RGB (Red+Green+Blue) = 81+70+118=269 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.11% from 269); Green value is 70 (27.73% from 255 or 26.02% from 269); Blue value is 118 (46.48% from 255 or 43.87% from 269); Max value from RGB is 118 - color contains mainly: blue. Hex color #514676 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514676 is #AEB989. Grayscale: #4E4E4E. Windows color (decimal): -11450762 or 7751249. OLE color: 7751249.

HSL color Cylindrical-coordinate representation of color #514676: hue angle of 253.75º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #514676 is Cyan = 0.31, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 81 70 118 -
CMYK 0.31 0.41 0 0.54
HSL 253.75º 0.26% 0.37% -
HSV(B) 253.75º 0.41% 0.46% -
XYZ 8.85 7.44 18.11 -
YUV 78.76 150.14 129.6 -
System Red Green Blue C M Y K H S L
Decimal 81 70 118 0.31 0.41 0 0.54 253.75 0.26 0.37
Hex 51 46 76 1F 29 0 36 FE 1A 25
Octal 121 106 166 37 51 0 66 376 32 45
Binary 1010001 1000110 1110110 11111 101001 0 110110 11111110 11010 100101

Color Harmonies of #514676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514676

Black with #514676

Text Example


Text Example

White with #514676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514676; }

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

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

background-color css

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

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

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

border-color css

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

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

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