#5B5580

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

Shades of Victoria #5B5580

Tints of Victoria #5B5580

Color information

#5B5580 (or 0x5B5580) is unknown color: approx Victoria. HEX triplet: 5B, 55 and 80. RGB value is (91,85,128). Sum of RGB (Red+Green+Blue) = 91+85+128=304 (40% of max value = 765). Red value is 91 (35.94% from 255 or 29.93% from 304); Green value is 85 (33.59% from 255 or 27.96% from 304); Blue value is 128 (50.39% from 255 or 42.11% from 304); Max value from RGB is 128 - color contains mainly: blue. Hex color #5B5580 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B5580 is #A4AA7F. Grayscale: #5B5B5B. Windows color (decimal): -10791552 or 8410459. OLE color: 8410459.

HSL color Cylindrical-coordinate representation of color #5B5580: hue angle of 248.37º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5B5580 is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB9185128-
CMYK0.290.3400.50
HSL248.37º20.19%41.76%-
HSV(B)248.37º33.59%50.2%-
XYZ11.4610.2821.8-
YUV91.7148.49127.5-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 29.93%
GREEN value IS 85 (33.59% from 255) = 27.96%
BLUE value IS 128 (50.39% from 255) = 42.11%
R=29.93%
G=27.96%
B=42.11%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal91851280.290.3400.50248.3720.1941.76
Hex5B55801D22032f8142a
Octal13312520035420623702452
Binary10110111010101100000001110110001001100101111100010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B5580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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