Html Css Color HEX #514476 Victoria

📋 copy color: '#514476'

red 81 ◦ green 68 ◦ blue 118

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

Shades of Victoria #514476

Tints of Victoria #514476

RGB

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

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

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

R = 30.34%
G = 25.47%
B = 44.19%

CMYK

 C value IS 0.31

 M value IS 0.42

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#514476 (or 0x514476) is known color: Victoria. HEX triplet: 51, 44 and 76. RGB value is (81,68,118). Sum of RGB (Red+Green+Blue) = 81+68+118=267 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.34% from 267); Green value is 68 (26.95% from 255 or 25.47% from 267); Blue value is 118 (46.48% from 255 or 44.19% from 267); Max value from RGB is 118 - color contains mainly: blue. Hex color #514476 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514476 is #AEBB89. Grayscale: #4D4D4D. Windows color (decimal): -11451274 or 7750737. OLE color: 7750737.

HSL color Cylindrical-coordinate representation of color #514476: hue angle of 255.6º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #514476 is Cyan = 0.31, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 81 68 118 -
CMYK 0.31 0.42 0 0.54
HSL 255.6º 0.27% 0.36% -
HSV(B) 255.6º 0.42% 0.46% -
XYZ 8.73 7.19 18.07 -
YUV 77.59 150.81 130.43 -
System Red Green Blue C M Y K H S L
Decimal 81 68 118 0.31 0.42 0 0.54 255.6 0.27 0.36
Hex 51 44 76 1F 2A 0 36 100 1B 24
Octal 121 104 166 37 52 0 66 400 33 44
Binary 1010001 1000100 1110110 11111 101010 0 110110 100000000 11011 100100

Color Harmonies of #514476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514476

Black with #514476

Text Example


Text Example

White with #514476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514476; }

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

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

background-color css

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

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

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

border-color css

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

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

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