Html Css Color HEX #514677 Victoria

📋 copy color: '#514677'

red 81 ◦ green 70 ◦ blue 119

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

Shades of Victoria #514677

Tints of Victoria #514677

RGB

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

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

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

R = 30%
G = 25.93%
B = 44.07%

CMYK

 C value IS 0.32

 M value IS 0.41

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#514677 (or 0x514677) is known color: Victoria. HEX triplet: 51, 46 and 77. RGB value is (81,70,119). Sum of RGB (Red+Green+Blue) = 81+70+119=270 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30% from 270); Green value is 70 (27.73% from 255 or 25.93% from 270); Blue value is 119 (46.88% from 255 or 44.07% from 270); Max value from RGB is 119 - color contains mainly: blue. Hex color #514677 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514677 is #AEB988. Grayscale: #4E4E4E. Windows color (decimal): -11450761 or 7816785. OLE color: 7816785.

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

Color convert

RGB 81 70 119 -
CMYK 0.32 0.41 0 0.53
HSL 253.47º 0.26% 0.37% -
HSV(B) 253.47º 0.41% 0.47% -
XYZ 8.91 7.46 18.42 -
YUV 78.88 150.64 129.52 -
System Red Green Blue C M Y K H S L
Decimal 81 70 119 0.32 0.41 0 0.53 253.47 0.26 0.37
Hex 51 46 77 20 29 0 35 FD 1A 25
Octal 121 106 167 40 51 0 65 375 32 45
Binary 1010001 1000110 1110111 100000 101001 0 110101 11111101 11010 100101

Color Harmonies of #514677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514677

Black with #514677

Text Example


Text Example

White with #514677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514677; }

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

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

background-color css

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

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

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

border-color css

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

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

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