Html Css Color HEX #514776 Victoria

📋 copy color: '#514776'

red 81 ◦ green 71 ◦ blue 118

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

Shades of Victoria #514776

Tints of Victoria #514776

RGB

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

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

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

R = 30%
G = 26.3%
B = 43.7%

CMYK

 C value IS 0.31

 M value IS 0.40

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#514776 (or 0x514776) is known color: Victoria. HEX triplet: 51, 47 and 76. RGB value is (81,71,118). Sum of RGB (Red+Green+Blue) = 81+71+118=270 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30% from 270); Green value is 71 (28.12% from 255 or 26.30% from 270); Blue value is 118 (46.48% from 255 or 43.70% from 270); Max value from RGB is 118 - color contains mainly: blue. Hex color #514776 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514776 is #AEB889. Grayscale: #4F4F4F. Windows color (decimal): -11450506 or 7751505. OLE color: 7751505.

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

Color convert

RGB 81 71 118 -
CMYK 0.31 0.40 0 0.54
HSL 252.77º 0.25% 0.37% -
HSV(B) 252.77º 0.4% 0.46% -
XYZ 8.92 7.56 18.13 -
YUV 79.35 149.81 129.18 -
System Red Green Blue C M Y K H S L
Decimal 81 71 118 0.31 0.40 0 0.54 252.77 0.25 0.37
Hex 51 47 76 1F 28 0 36 FD 19 25
Octal 121 107 166 37 50 0 66 375 31 45
Binary 1010001 1000111 1110110 11111 101000 0 110110 11111101 11001 100101

Color Harmonies of #514776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514776

Black with #514776

Text Example


Text Example

White with #514776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514776; }

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

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

background-color css

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

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

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

border-color css

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

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

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