#5B5291

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

Shades of Victoria #5B5291

Tints of Victoria #5B5291

Color information

#5B5291 (or 0x5B5291) is unknown color: approx Victoria. HEX triplet: 5B, 52 and 91. RGB value is (91,82,145). Sum of RGB (Red+Green+Blue) = 91+82+145=318 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.62% from 318); Green value is 82 (32.42% from 255 or 25.79% from 318); Blue value is 145 (57.03% from 255 or 45.60% from 318); Max value from RGB is 145 - color contains mainly: blue. Hex color #5B5291 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B5291 is #A4AD6E. Grayscale: #5B5B5B. Windows color (decimal): -10792303 or 9523803. OLE color: 9523803.

HSL color Cylindrical-coordinate representation of color #5B5291: hue angle of 248.57º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5B5291 is Cyan = 0.37, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB9182145-
CMYK0.370.4300.43
HSL248.57º27.75%44.51%-
HSV(B)248.57º43.45%56.86%-
XYZ12.4410.328.12-
YUV91.87157.98127.38-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 28.62%
GREEN value IS 82 (32.42% from 255) = 25.79%
BLUE value IS 145 (57.03% from 255) = 45.60%
R=28.62%
G=25.79%
B=45.60%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal91821450.370.4300.43248.5727.7544.51
Hex5B5291252B02Bf91c2d
Octal13312222145530533713455
Binary101101110100101001000110010110101101010111111100111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B5291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,82,145); }

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

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

 a { background-color: rgb(91,82,145); }

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

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

 span { border-color: rgb(91,82,145); }

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