#5B4C85

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

Shades of Victoria #5B4C85

Tints of Victoria #5B4C85

Color information

#5B4C85 (or 0x5B4C85) is unknown color: approx Victoria. HEX triplet: 5B, 4C and 85. RGB value is (91,76,133). Sum of RGB (Red+Green+Blue) = 91+76+133=300 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.33% from 300); Green value is 76 (30.08% from 255 or 25.33% from 300); Blue value is 133 (52.34% from 255 or 44.33% from 300); Max value from RGB is 133 - color contains mainly: blue. Hex color #5B4C85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B4C85 is #A4B37A. Grayscale: #565656. Windows color (decimal): -10793851 or 8735835. OLE color: 8735835.

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

Color convert

RGB9176133-
CMYK0.320.4300.48
HSL255.79º27.27%40.98%-
HSV(B)255.79º42.86%52.16%-
XYZ11.139.0923.36-
YUV86.98153.97130.87-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 30.33%
GREEN value IS 76 (30.08% from 255) = 25.33%
BLUE value IS 133 (52.34% from 255) = 44.33%
R=30.33%
G=25.33%
B=44.33%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal91761330.320.4300.48255.7927.2740.98
Hex5B4C85202B0301001b29
Octal13311420540530604003351
Binary1011011100110010000101100000101011011000010000000011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B4C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,76,133); }

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

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

 a { background-color: rgb(91,76,133); }

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

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

 span { border-color: rgb(91,76,133); }

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