#5B518E

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

Shades of Victoria #5B518E

Tints of Victoria #5B518E

Color information

#5B518E (or 0x5B518E) is unknown color: approx Victoria. HEX triplet: 5B, 51 and 8E. RGB value is (91,81,142). Sum of RGB (Red+Green+Blue) = 91+81+142=314 (41% of max value = 765). Red value is 91 (35.94% from 255 or 28.98% from 314); Green value is 81 (32.03% from 255 or 25.80% from 314); Blue value is 142 (55.86% from 255 or 45.22% from 314); Max value from RGB is 142 - color contains mainly: blue. Hex color #5B518E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B518E is #A4AE71. Grayscale: #5A5A5A. Windows color (decimal): -10792562 or 9326939. OLE color: 9326939.

HSL color Cylindrical-coordinate representation of color #5B518E: hue angle of 249.84º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5B518E is Cyan = 0.36, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB9181142-
CMYK0.360.4300.44
HSL249.84º27.35%43.73%-
HSV(B)249.84º42.96%55.69%-
XYZ12.1410.0626.89-
YUV90.94156.81128.04-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 28.98%
GREEN value IS 81 (32.03% from 255) = 25.80%
BLUE value IS 142 (55.86% from 255) = 45.22%
R=28.98%
G=25.80%
B=45.22%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal91811420.360.4300.44249.8427.3543.73
Hex5B518E242B02Cfa1b2c
Octal13312121644530543723354
Binary101101110100011000111010010010101101011001111101011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B518E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5B518E; }

 p { color: rgb(91,81,142); }

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

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

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

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

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

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

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