Html Css Color HEX #514977 Victoria

📋 copy color: '#514977'

red 81 ◦ green 73 ◦ blue 119

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

Shades of Victoria #514977

Tints of Victoria #514977

RGB

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

 GREEN value IS 73 (28.91% from 255) = 26.74%

 BLUE value IS 119 (46.88% from 255) = 43.59%

R = 29.67%
G = 26.74%
B = 43.59%

CMYK

 C value IS 0.32

 M value IS 0.39

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#514977 (or 0x514977) is known color: Victoria. HEX triplet: 51, 49 and 77. RGB value is (81,73,119). Sum of RGB (Red+Green+Blue) = 81+73+119=273 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.67% from 273); Green value is 73 (28.91% from 255 or 26.74% from 273); Blue value is 119 (46.88% from 255 or 43.59% from 273); Max value from RGB is 119 - color contains mainly: blue. Hex color #514977 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514977 is #AEB688. Grayscale: #505050. Windows color (decimal): -11449993 or 7817553. OLE color: 7817553.

HSL color Cylindrical-coordinate representation of color #514977: hue angle of 250.43º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #514977 is Cyan = 0.32, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 81 73 119 -
CMYK 0.32 0.39 0 0.53
HSL 250.43º 0.24% 0.38% -
HSV(B) 250.43º 0.39% 0.47% -
XYZ 9.11 7.85 18.49 -
YUV 80.64 149.65 128.26 -
System Red Green Blue C M Y K H S L
Decimal 81 73 119 0.32 0.39 0 0.53 250.43 0.24 0.38
Hex 51 49 77 20 27 0 35 FA 18 26
Octal 121 111 167 40 47 0 65 372 30 46
Binary 1010001 1001001 1110111 100000 100111 0 110101 11111010 11000 100110

Color Harmonies of #514977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514977

Black with #514977

Text Example


Text Example

White with #514977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514977; }

 p { color: rgb(81,73,119); }

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

background-color css

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

 a { background-color: rgb(81,73,119); }

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

border-color css

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

 span { border-color: rgb(81,73,119); }

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