#5B5590

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

Shades of Victoria #5B5590

Tints of Victoria #5B5590

Color information

#5B5590 (or 0x5B5590) is unknown color: approx Victoria. HEX triplet: 5B, 55 and 90. RGB value is (91,85,144). Sum of RGB (Red+Green+Blue) = 91+85+144=320 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.44% from 320); Green value is 85 (33.59% from 255 or 26.56% from 320); Blue value is 144 (56.64% from 255 or 45% from 320); Max value from RGB is 144 - color contains mainly: blue. Hex color #5B5590 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B5590 is #A4AA6F. Grayscale: #5D5D5D. Windows color (decimal): -10791536 or 9459035. OLE color: 9459035.

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

Color convert

RGB9185144-
CMYK0.370.4100.44
HSL246.1º25.76%44.9%-
HSV(B)246.1º40.97%56.47%-
XYZ12.610.7327.79-
YUV93.52156.49126.2-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 28.44%
GREEN value IS 85 (33.59% from 255) = 26.56%
BLUE value IS 144 (56.64% from 255) = 45%
R=28.44%
G=26.56%
B=45%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal91851440.370.4100.44246.125.7644.9
Hex5B5590252902Cf61a2d
Octal13312522045510543663255
Binary101101110101011001000010010110100101011001111011011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B5590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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