Html Css Color HEX #505180 Victoria

📋 copy color: '#505180'

red 80 ◦ green 81 ◦ blue 128

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

Shades of Victoria #505180

Tints of Victoria #505180

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 44.29%

R = 27.68%
G = 28.03%
B = 44.29%

CMYK

 C value IS 0.38

 M value IS 0.37

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#505180 (or 0x505180) is known color: Victoria. HEX triplet: 50, 51 and 80. RGB value is (80,81,128). Sum of RGB (Red+Green+Blue) = 80+81+128=289 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.68% from 289); Green value is 81 (32.03% from 255 or 28.03% from 289); Blue value is 128 (50.39% from 255 or 44.29% from 289); Max value from RGB is 128 - color contains mainly: blue. Hex color #505180 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505180 is #AFAE7F. Grayscale: #555555. Windows color (decimal): -11513472 or 8409424. OLE color: 8409424.

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

Color convert

RGB 80 81 128 -
CMYK 0.38 0.37 0 0.50
HSL 238.75º 0.23% 0.41% -
HSV(B) 238.75º 0.38% 0.5% -
XYZ 10.15 9.15 21.65 -
YUV 86.06 151.67 123.68 -
System Red Green Blue C M Y K H S L
Decimal 80 81 128 0.38 0.37 0 0.50 238.75 0.23 0.41
Hex 50 51 80 26 25 0 32 EF 17 29
Octal 120 121 200 46 45 0 62 357 27 51
Binary 1010000 1010001 10000000 100110 100101 0 110010 11101111 10111 101001

Color Harmonies of #505180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505180

Black with #505180

Text Example


Text Example

White with #505180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505180; }

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

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

background-color css

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

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

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

border-color css

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

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

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