Html Css Color HEX #514D7C Victoria

📋 copy color: '#514D7C'

red 81 ◦ green 77 ◦ blue 124

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

Shades of Victoria #514D7C

Tints of Victoria #514D7C

RGB

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

 GREEN value IS 77 (30.47% from 255) = 27.3%

 BLUE value IS 124 (48.83% from 255) = 43.97%

R = 28.72%
G = 27.3%
B = 43.97%

CMYK

 C value IS 0.35

 M value IS 0.38

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#514D7C (or 0x514D7C) is known color: Victoria. HEX triplet: 51, 4D and 7C. RGB value is (81,77,124). Sum of RGB (Red+Green+Blue) = 81+77+124=282 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.72% from 282); Green value is 77 (30.47% from 255 or 27.30% from 282); Blue value is 124 (48.83% from 255 or 43.97% from 282); Max value from RGB is 124 - color contains mainly: blue. Hex color #514D7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #514D7C is #AEB283. Grayscale: #535353. Windows color (decimal): -11448964 or 8146257. OLE color: 8146257.

HSL color Cylindrical-coordinate representation of color #514D7C: hue angle of 245.11º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #514D7C is Cyan = 0.35, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 81 77 124 -
CMYK 0.35 0.38 0 0.51
HSL 245.11º 0.23% 0.39% -
HSV(B) 245.11º 0.38% 0.49% -
XYZ 9.69 8.51 20.2 -
YUV 83.55 150.83 126.18 -
System Red Green Blue C M Y K H S L
Decimal 81 77 124 0.35 0.38 0 0.51 245.11 0.23 0.39
Hex 51 4D 7C 23 26 0 33 F5 17 27
Octal 121 115 174 43 46 0 63 365 27 47
Binary 1010001 1001101 1111100 100011 100110 0 110011 11110101 10111 100111

Color Harmonies of #514D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514D7C

Black with #514D7C

Text Example


Text Example

White with #514D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514D7C; }

 p { color: rgb(81,77,124); }

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

background-color css

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

 a { background-color: rgb(81,77,124); }

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

border-color css

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

 span { border-color: rgb(81,77,124); }

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