#515186

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

Shades of Victoria #515186

Tints of Victoria #515186

Color information

#515186 (or 0x515186) is unknown color: approx Victoria. HEX triplet: 51, 51 and 86. RGB value is (81,81,134). Sum of RGB (Red+Green+Blue) = 81+81+134=296 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.36% from 296); Green value is 81 (32.03% from 255 or 27.36% from 296); Blue value is 134 (52.73% from 255 or 45.27% from 296); Max value from RGB is 134 - color contains mainly: blue. Hex color #515186 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515186 is #AEAE79. Grayscale: #565656. Windows color (decimal): -11447930 or 8802641. OLE color: 8802641.

HSL color Cylindrical-coordinate representation of color #515186: hue angle of 240º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #515186 is Cyan = 0.40, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8181134-
CMYK0.400.4000.47
HSL240º24.65%42.16%-
HSV(B)240º39.55%52.55%-
XYZ10.649.3623.8-
YUV87.04154.5123.69-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.36%
GREEN value IS 81 (32.03% from 255) = 27.36%
BLUE value IS 134 (52.73% from 255) = 45.27%
R=27.36%
G=27.36%
B=45.27%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal81811340.400.4000.4724024.6542.16
Hex515186282802Ff0192a
Octal12112120650500573603152
Binary101000110100011000011010100010100001011111111000011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515186; }

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

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

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

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

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

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

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

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