Html Css Color HEX #514874 Victoria

📋 copy color: '#514874'

red 81 ◦ green 72 ◦ blue 116

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

Shades of Victoria #514874

Tints of Victoria #514874

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.77%

 BLUE value IS 116 (45.7% from 255) = 43.12%

R = 30.11%
G = 26.77%
B = 43.12%

CMYK

 C value IS 0.30

 M value IS 0.38

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#514874 (or 0x514874) is known color: Victoria. HEX triplet: 51, 48 and 74. RGB value is (81,72,116). Sum of RGB (Red+Green+Blue) = 81+72+116=269 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.11% from 269); Green value is 72 (28.52% from 255 or 26.77% from 269); Blue value is 116 (45.70% from 255 or 43.12% from 269); Max value from RGB is 116 - color contains mainly: blue. Hex color #514874 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514874 is #AEB78B. Grayscale: #4F4F4F. Windows color (decimal): -11450252 or 7620689. OLE color: 7620689.

HSL color Cylindrical-coordinate representation of color #514874: hue angle of 252.27º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #514874 is Cyan = 0.30, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 81 72 116 -
CMYK 0.30 0.38 0 0.55
HSL 252.27º 0.23% 0.37% -
HSV(B) 252.27º 0.38% 0.45% -
XYZ 8.86 7.65 17.53 -
YUV 79.71 148.48 128.92 -
System Red Green Blue C M Y K H S L
Decimal 81 72 116 0.30 0.38 0 0.55 252.27 0.23 0.37
Hex 51 48 74 1E 26 0 37 FC 17 25
Octal 121 110 164 36 46 0 67 374 27 45
Binary 1010001 1001000 1110100 11110 100110 0 110111 11111100 10111 100101

Color Harmonies of #514874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514874

Black with #514874

Text Example


Text Example

White with #514874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514874; }

 p { color: rgb(81,72,116); }

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

background-color css

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

 a { background-color: rgb(81,72,116); }

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

border-color css

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

 span { border-color: rgb(81,72,116); }

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