#505082

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

Shades of Victoria #505082

Tints of Victoria #505082

Color information

#505082 (or 0x505082) is unknown color: approx Victoria. HEX triplet: 50, 50 and 82. RGB value is (80,80,130). Sum of RGB (Red+Green+Blue) = 80+80+130=290 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.59% from 290); Green value is 80 (31.64% from 255 or 27.59% from 290); Blue value is 130 (51.17% from 255 or 44.83% from 290); Max value from RGB is 130 - color contains mainly: blue. Hex color #505082 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505082 is #AFAF7D. Grayscale: #555555. Windows color (decimal): -11513726 or 8540240. OLE color: 8540240.

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

Color convert

RGB8080130-
CMYK0.380.3800.49
HSL240º23.81%41.18%-
HSV(B)240º38.46%50.98%-
XYZ10.219.0522.33-
YUV85.7153123.93-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.59%
GREEN value IS 80 (31.64% from 255) = 27.59%
BLUE value IS 130 (51.17% from 255) = 44.83%
R=27.59%
G=27.59%
B=44.83%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal80801300.380.3800.4924023.8141.18
Hex5050822626031f01829
Octal12012020246460613603051
Binary101000010100001000001010011010011001100011111000011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505082; }

 p { color: rgb(80,80,130); }

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

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

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

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

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

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

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