Html Css Color HEX #50517F Victoria

📋 copy color: '#50517F'

red 80 ◦ green 81 ◦ blue 127

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

Shades of Victoria #50517F

Tints of Victoria #50517F

RGB

 RED value IS 80 (31.64% from 255) = 27.78%

 GREEN value IS 81 (32.03% from 255) = 28.13%

 BLUE value IS 127 (50% from 255) = 44.1%

R = 27.78%
G = 28.13%
B = 44.1%

CMYK

 C value IS 0.37

 M value IS 0.36

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#50517F (or 0x50517F) is known color: Victoria. HEX triplet: 50, 51 and 7F. RGB value is (80,81,127). Sum of RGB (Red+Green+Blue) = 80+81+127=288 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.78% from 288); Green value is 81 (32.03% from 255 or 28.12% from 288); Blue value is 127 (50% from 255 or 44.10% from 288); Max value from RGB is 127 - color contains mainly: blue. Hex color #50517F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50517F is #AFAE80. Grayscale: #555555. Windows color (decimal): -11513473 or 8343888. OLE color: 8343888.

HSL color Cylindrical-coordinate representation of color #50517F: hue angle of 238.72º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #50517F is Cyan = 0.37, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 80 81 127 -
CMYK 0.37 0.36 0 0.50
HSL 238.72º 0.23% 0.41% -
HSV(B) 238.72º 0.37% 0.5% -
XYZ 10.08 9.12 21.31 -
YUV 85.95 151.17 123.76 -
System Red Green Blue C M Y K H S L
Decimal 80 81 127 0.37 0.36 0 0.50 238.72 0.23 0.41
Hex 50 51 7F 25 24 0 32 EF 17 29
Octal 120 121 177 45 44 0 62 357 27 51
Binary 1010000 1010001 1111111 100101 100100 0 110010 11101111 10111 101001

Color Harmonies of #50517F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50517F

Black with #50517F

Text Example


Text Example

White with #50517F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50517F; }

 p { color: rgb(80,81,127); }

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

background-color css

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

 a { background-color: rgb(80,81,127); }

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

border-color css

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

 span { border-color: rgb(80,81,127); }

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