Html Css Color HEX #514975 Victoria

📋 copy color: '#514975'

red 81 ◦ green 73 ◦ blue 117

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

Shades of Victoria #514975

Tints of Victoria #514975

RGB

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

 GREEN value IS 73 (28.91% from 255) = 26.94%

 BLUE value IS 117 (46.09% from 255) = 43.17%

R = 29.89%
G = 26.94%
B = 43.17%

CMYK

 C value IS 0.31

 M value IS 0.38

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#514975 (or 0x514975) is known color: Victoria. HEX triplet: 51, 49 and 75. RGB value is (81,73,117). Sum of RGB (Red+Green+Blue) = 81+73+117=271 (35% of max value = 765). Red value is 81 (32.03% from 255 or 29.89% from 271); Green value is 73 (28.91% from 255 or 26.94% from 271); Blue value is 117 (46.09% from 255 or 43.17% from 271); Max value from RGB is 117 - color contains mainly: blue. Hex color #514975 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514975 is #AEB68A. Grayscale: #505050. Windows color (decimal): -11449995 or 7686481. OLE color: 7686481.

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

Color convert

RGB 81 73 117 -
CMYK 0.31 0.38 0 0.54
HSL 250.91º 0.23% 0.37% -
HSV(B) 250.91º 0.38% 0.46% -
XYZ 8.99 7.8 17.86 -
YUV 80.41 148.65 128.42 -
System Red Green Blue C M Y K H S L
Decimal 81 73 117 0.31 0.38 0 0.54 250.91 0.23 0.37
Hex 51 49 75 1F 26 0 36 FB 17 25
Octal 121 111 165 37 46 0 66 373 27 45
Binary 1010001 1001001 1110101 11111 100110 0 110110 11111011 10111 100101

Color Harmonies of #514975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514975

Black with #514975

Text Example


Text Example

White with #514975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514975; }

 p { color: rgb(81,73,117); }

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

background-color css

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

 a { background-color: rgb(81,73,117); }

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

border-color css

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

 span { border-color: rgb(81,73,117); }

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