Html Css Color HEX #515080 Victoria

📋 copy color: '#515080'

red 81 ◦ green 80 ◦ blue 128

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

Shades of Victoria #515080

Tints of Victoria #515080

RGB

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

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

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

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

CMYK

 C value IS 0.37

 M value IS 0.38

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#515080 (or 0x515080) is known color: Victoria. HEX triplet: 51, 50 and 80. RGB value is (81,80,128). Sum of RGB (Red+Green+Blue) = 81+80+128=289 (38% of max value = 765). Red value is 81 (32.03% from 255 or 28.03% from 289); Green value is 80 (31.64% from 255 or 27.68% 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 #515080 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515080 is #AEAF7F. Grayscale: #555555. Windows color (decimal): -11448192 or 8409169. OLE color: 8409169.

HSL color Cylindrical-coordinate representation of color #515080: hue angle of 241.25º 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 #515080 is Cyan = 0.37, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 81 80 128 -
CMYK 0.37 0.38 0 0.50
HSL 241.25º 0.23% 0.41% -
HSV(B) 241.25º 0.38% 0.5% -
XYZ 10.16 9.05 21.63 -
YUV 85.77 151.83 124.6 -
System Red Green Blue C M Y K H S L
Decimal 81 80 128 0.37 0.38 0 0.50 241.25 0.23 0.41
Hex 51 50 80 25 26 0 32 F1 17 29
Octal 121 120 200 45 46 0 62 361 27 51
Binary 1010001 1010000 10000000 100101 100110 0 110010 11110001 10111 101001

Color Harmonies of #515080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515080

Black with #515080

Text Example


Text Example

White with #515080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515080; }

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

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

background-color css

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

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

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

border-color css

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

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

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