#505280

Color #505280 Victoria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Victoria #505280

Tints of Victoria #505280

Color information

#505280 (or 0x505280) is unknown color: approx Victoria. HEX triplet: 50, 52 and 80. RGB value is (80,82,128). Sum of RGB (Red+Green+Blue) = 80+82+128=290 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.59% from 290); Green value is 82 (32.42% from 255 or 28.28% from 290); Blue value is 128 (50.39% from 255 or 44.14% from 290); Max value from RGB is 128 - color contains mainly: blue. Hex color #505280 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505280 is #AFAD7F. Grayscale: #565656. Windows color (decimal): -11513216 or 8409680. OLE color: 8409680.

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

Color convert

RGB8082128-
CMYK0.380.3600.50
HSL237.5º23.08%40.78%-
HSV(B)237.5º37.5%50.2%-
XYZ10.229.321.68-
YUV86.65151.34123.26-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.59%
GREEN value IS 82 (32.42% from 255) = 28.28%
BLUE value IS 128 (50.39% from 255) = 44.14%
R=27.59%
G=28.28%
B=44.14%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal80821280.380.3600.50237.523.0840.78
Hex5052802624032ee1729
Octal12012220046440623562751
Binary101000010100101000000010011010010001100101110111010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505280; }

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

 H1.HeaderClassName
 {
   color: #505280;
 }
 .AnyTagClassName
 {
   color: #505280;
 }
</style>
background-color css

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

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

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

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

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

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