#5B5290

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

Shades of Victoria #5B5290

Tints of Victoria #5B5290

Color information

#5B5290 (or 0x5B5290) is unknown color: approx Victoria. HEX triplet: 5B, 52 and 90. RGB value is (91,82,144). Sum of RGB (Red+Green+Blue) = 91+82+144=317 (41% of max value = 765). Red value is 91 (35.94% from 255 or 28.71% from 317); Green value is 82 (32.42% from 255 or 25.87% from 317); Blue value is 144 (56.64% from 255 or 45.43% from 317); Max value from RGB is 144 - color contains mainly: blue. Hex color #5B5290 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B5290 is #A4AD6F. Grayscale: #5B5B5B. Windows color (decimal): -10792304 or 9458267. OLE color: 9458267.

HSL color Cylindrical-coordinate representation of color #5B5290: hue angle of 248.71º 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 #5B5290 is Cyan = 0.37, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB9182144-
CMYK0.370.4300.44
HSL248.71º27.43%44.31%-
HSV(B)248.71º43.06%56.47%-
XYZ12.3710.2727.72-
YUV91.76157.48127.46-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 28.71%
GREEN value IS 82 (32.42% from 255) = 25.87%
BLUE value IS 144 (56.64% from 255) = 45.43%
R=28.71%
G=25.87%
B=45.43%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal91821440.370.4300.44248.7127.4344.31
Hex5B5290252B02Cf91b2c
Octal13312222045530543713354
Binary101101110100101001000010010110101101011001111100111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B5290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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