#5B4D92

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

Shades of Victoria #5B4D92

Tints of Victoria #5B4D92

Color information

#5B4D92 (or 0x5B4D92) is unknown color: approx Victoria. HEX triplet: 5B, 4D and 92. RGB value is (91,77,146). Sum of RGB (Red+Green+Blue) = 91+77+146=314 (41% of max value = 765). Red value is 91 (35.94% from 255 or 28.98% from 314); Green value is 77 (30.47% from 255 or 24.52% from 314); Blue value is 146 (57.42% from 255 or 46.50% from 314); Max value from RGB is 146 - color contains mainly: blue. Hex color #5B4D92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B4D92 is #A4B26D. Grayscale: #585858. Windows color (decimal): -10793582 or 9588059. OLE color: 9588059.

HSL color Cylindrical-coordinate representation of color #5B4D92: hue angle of 252.17º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5B4D92 is Cyan = 0.38, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB9177146-
CMYK0.380.4700.43
HSL252.17º30.94%43.73%-
HSV(B)252.17º47.26%57.25%-
XYZ12.169.6128.41-
YUV89.05160.14129.39-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 28.98%
GREEN value IS 77 (30.47% from 255) = 24.52%
BLUE value IS 146 (57.42% from 255) = 46.50%
R=28.98%
G=24.52%
B=46.50%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal91771460.380.4700.43252.1730.9443.73
Hex5B4D92262F02Bfc1f2c
Octal13311522246570533743754
Binary101101110011011001001010011010111101010111111110011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B4D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,77,146); }

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

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

 a { background-color: rgb(91,77,146); }

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

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

 span { border-color: rgb(91,77,146); }

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