#5B4D90

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

Shades of Victoria #5B4D90

Tints of Victoria #5B4D90

Color information

#5B4D90 (or 0x5B4D90) is unknown color: approx Victoria. HEX triplet: 5B, 4D and 90. RGB value is (91,77,144). Sum of RGB (Red+Green+Blue) = 91+77+144=312 (41% of max value = 765). Red value is 91 (35.94% from 255 or 29.17% from 312); Green value is 77 (30.47% from 255 or 24.68% from 312); Blue value is 144 (56.64% from 255 or 46.15% from 312); Max value from RGB is 144 - color contains mainly: blue. Hex color #5B4D90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B4D90 is #A4B26F. Grayscale: #585858. Windows color (decimal): -10793584 or 9456987. OLE color: 9456987.

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

Color convert

RGB9177144-
CMYK0.370.4700.44
HSL252.54º30.32%43.33%-
HSV(B)252.54º46.53%56.47%-
XYZ129.5527.6-
YUV88.82159.14129.55-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 29.17%
GREEN value IS 77 (30.47% from 255) = 24.68%
BLUE value IS 144 (56.64% from 255) = 46.15%
R=29.17%
G=24.68%
B=46.15%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal91771440.370.4700.44252.5430.3243.33
Hex5B4D90252F02Cfd1e2b
Octal13311522045570543753653
Binary101101110011011001000010010110111101011001111110111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B4D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,77,144); }

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

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

 a { background-color: rgb(91,77,144); }

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

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

 span { border-color: rgb(91,77,144); }

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