Html Css Color HEX #514576 Victoria

📋 copy color: '#514576'

red 81 ◦ green 69 ◦ blue 118

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

Shades of Victoria #514576

Tints of Victoria #514576

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.75%

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

R = 30.22%
G = 25.75%
B = 44.03%

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

#514576 (or 0x514576) is known color: Victoria. HEX triplet: 51, 45 and 76. RGB value is (81,69,118). Sum of RGB (Red+Green+Blue) = 81+69+118=268 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.22% from 268); Green value is 69 (27.34% from 255 or 25.75% from 268); Blue value is 118 (46.48% from 255 or 44.03% from 268); Max value from RGB is 118 - color contains mainly: blue. Hex color #514576 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514576 is #AEBA89. Grayscale: #4D4D4D. Windows color (decimal): -11451018 or 7750993. OLE color: 7750993.

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

Color convert

RGB 81 69 118 -
CMYK 0.31 0.42 0 0.54
HSL 254.69º 0.26% 0.37% -
HSV(B) 254.69º 0.42% 0.46% -
XYZ 8.79 7.31 18.09 -
YUV 78.17 150.48 130.02 -
System Red Green Blue C M Y K H S L
Decimal 81 69 118 0.31 0.42 0 0.54 254.69 0.26 0.37
Hex 51 45 76 1F 2A 0 36 FF 1A 25
Octal 121 105 166 37 52 0 66 377 32 45
Binary 1010001 1000101 1110110 11111 101010 0 110110 11111111 11010 100101

Color Harmonies of #514576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514576

Black with #514576

Text Example


Text Example

White with #514576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514576; }

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

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

background-color css

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

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

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

border-color css

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

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

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