#5B518A

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

Shades of Victoria #5B518A

Tints of Victoria #5B518A

Color information

#5B518A (or 0x5B518A) is unknown color: approx Victoria. HEX triplet: 5B, 51 and 8A. RGB value is (91,81,138). Sum of RGB (Red+Green+Blue) = 91+81+138=310 (41% of max value = 765). Red value is 91 (35.94% from 255 or 29.35% from 310); Green value is 81 (32.03% from 255 or 26.13% from 310); Blue value is 138 (54.30% from 255 or 44.52% from 310); Max value from RGB is 138 - color contains mainly: blue. Hex color #5B518A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B518A is #A4AE75. Grayscale: #5A5A5A. Windows color (decimal): -10792566 or 9064795. OLE color: 9064795.

HSL color Cylindrical-coordinate representation of color #5B518A: hue angle of 250.53º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5B518A is Cyan = 0.34, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB9181138-
CMYK0.340.4100.46
HSL250.53º26.03%42.94%-
HSV(B)250.53º41.3%54.12%-
XYZ11.849.9425.34-
YUV90.49154.81128.37-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 29.35%
GREEN value IS 81 (32.03% from 255) = 26.13%
BLUE value IS 138 (54.30% from 255) = 44.52%
R=29.35%
G=26.13%
B=44.52%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal91811380.340.4100.46250.5326.0342.94
Hex5B518A222902Efb1a2b
Octal13312121242510563733253
Binary101101110100011000101010001010100101011101111101111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B518A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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