#5B5884

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

Shades of Victoria #5B5884

Tints of Victoria #5B5884

Color information

#5B5884 (or 0x5B5884) is unknown color: approx Victoria. HEX triplet: 5B, 58 and 84. RGB value is (91,88,132). Sum of RGB (Red+Green+Blue) = 91+88+132=311 (41% of max value = 765). Red value is 91 (35.94% from 255 or 29.26% from 311); Green value is 88 (34.77% from 255 or 28.30% from 311); Blue value is 132 (51.95% from 255 or 42.44% from 311); Max value from RGB is 132 - color contains mainly: blue. Hex color #5B5884 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B5884 is #A4A77B. Grayscale: #5D5D5D. Windows color (decimal): -10790780 or 8673371. OLE color: 8673371.

HSL color Cylindrical-coordinate representation of color #5B5884: hue angle of 244.09º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5B5884 is Cyan = 0.31, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB9188132-
CMYK0.310.3300.48
HSL244.09º20%43.14%-
HSV(B)244.09º33.33%51.76%-
XYZ11.9710.8723.3-
YUV93.91149.49125.92-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 29.26%
GREEN value IS 88 (34.77% from 255) = 28.30%
BLUE value IS 132 (51.95% from 255) = 42.44%
R=29.26%
G=28.30%
B=42.44%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal91881320.310.3300.48244.092043.14
Hex5B58841F21030f4142b
Octal13313020437410603642453
Binary10110111011000100001001111110000101100001111010010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B5884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,88,132); }

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

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

 a { background-color: rgb(91,88,132); }

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

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

 span { border-color: rgb(91,88,132); }

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