#515282

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

Shades of Victoria #515282

Tints of Victoria #515282

Color information

#515282 (or 0x515282) is unknown color: approx Victoria. HEX triplet: 51, 52 and 82. RGB value is (81,82,130). Sum of RGB (Red+Green+Blue) = 81+82+130=293 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.65% from 293); Green value is 82 (32.42% from 255 or 27.99% from 293); Blue value is 130 (51.17% from 255 or 44.37% from 293); Max value from RGB is 130 - color contains mainly: blue. Hex color #515282 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515282 is #AEAD7D. Grayscale: #565656. Windows color (decimal): -11447678 or 8540753. OLE color: 8540753.

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

Color convert

RGB8182130-
CMYK0.380.3700.49
HSL238.78º23.22%41.37%-
HSV(B)238.78º37.69%50.98%-
XYZ10.449.422.38-
YUV87.17152.17123.6-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.65%
GREEN value IS 82 (32.42% from 255) = 27.99%
BLUE value IS 130 (51.17% from 255) = 44.37%
R=27.65%
G=27.99%
B=44.37%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal81821300.380.3700.49238.7823.2241.37
Hex5152822625031ef1729
Octal12112220246450613572751
Binary101000110100101000001010011010010101100011110111110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515282; }

 p { color: rgb(81,82,130); }

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

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

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

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

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

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

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