#515182

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

Shades of Victoria #515182

Tints of Victoria #515182

Color information

#515182 (or 0x515182) is unknown color: approx Victoria. HEX triplet: 51, 51 and 82. RGB value is (81,81,130). Sum of RGB (Red+Green+Blue) = 81+81+130=292 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.74% from 292); Green value is 81 (32.03% from 255 or 27.74% from 292); Blue value is 130 (51.17% from 255 or 44.52% from 292); Max value from RGB is 130 - color contains mainly: blue. Hex color #515182 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515182 is #AEAE7D. Grayscale: #565656. Windows color (decimal): -11447934 or 8540497. OLE color: 8540497.

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

Color convert

RGB8181130-
CMYK0.380.3800.49
HSL240º23.22%41.37%-
HSV(B)240º37.69%50.98%-
XYZ10.379.2522.36-
YUV86.59152.5124.02-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.74%
GREEN value IS 81 (32.03% from 255) = 27.74%
BLUE value IS 130 (51.17% from 255) = 44.52%
R=27.74%
G=27.74%
B=44.52%

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
Decimal81811300.380.3800.4924023.2241.37
Hex5151822626031f01729
Octal12112120246460613602751
Binary101000110100011000001010011010011001100011111000010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515182; }

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

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

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

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

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

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

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

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