Html Css Color HEX #514477 Victoria

📋 copy color: '#514477'

red 81 ◦ green 68 ◦ blue 119

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

Shades of Victoria #514477

Tints of Victoria #514477

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25.37%

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

R = 30.22%
G = 25.37%
B = 44.4%

CMYK

 C value IS 0.32

 M value IS 0.43

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#514477 (or 0x514477) is known color: Victoria. HEX triplet: 51, 44 and 77. RGB value is (81,68,119). Sum of RGB (Red+Green+Blue) = 81+68+119=268 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.22% from 268); Green value is 68 (26.95% from 255 or 25.37% from 268); Blue value is 119 (46.88% from 255 or 44.40% from 268); Max value from RGB is 119 - color contains mainly: blue. Hex color #514477 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514477 is #AEBB88. Grayscale: #4D4D4D. Windows color (decimal): -11451273 or 7816273. OLE color: 7816273.

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

Color convert

RGB 81 68 119 -
CMYK 0.32 0.43 0 0.53
HSL 255.29º 0.27% 0.37% -
HSV(B) 255.29º 0.43% 0.47% -
XYZ 8.79 7.22 18.38 -
YUV 77.7 151.31 130.35 -
System Red Green Blue C M Y K H S L
Decimal 81 68 119 0.32 0.43 0 0.53 255.29 0.27 0.37
Hex 51 44 77 20 2B 0 35 FF 1B 25
Octal 121 104 167 40 53 0 65 377 33 45
Binary 1010001 1000100 1110111 100000 101011 0 110101 11111111 11011 100101

Color Harmonies of #514477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514477

Black with #514477

Text Example


Text Example

White with #514477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514477; }

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

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

background-color css

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

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

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

border-color css

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

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

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