#5B4F94

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

Shades of Victoria #5B4F94

Tints of Victoria #5B4F94

Color information

#5B4F94 (or 0x5B4F94) is unknown color: approx Victoria. HEX triplet: 5B, 4F and 94. RGB value is (91,79,148). Sum of RGB (Red+Green+Blue) = 91+79+148=318 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.62% from 318); Green value is 79 (31.25% from 255 or 24.84% from 318); Blue value is 148 (58.20% from 255 or 46.54% from 318); Max value from RGB is 148 - color contains mainly: blue. Hex color #5B4F94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B4F94 is #A4B06B. Grayscale: #5A5A5A. Windows color (decimal): -10793068 or 9719643. OLE color: 9719643.

HSL color Cylindrical-coordinate representation of color #5B4F94: hue angle of 250.43º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5B4F94 is Cyan = 0.39, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB9179148-
CMYK0.390.4700.42
HSL250.43º30.4%44.51%-
HSV(B)250.43º46.62%58.04%-
XYZ12.469.9529.28-
YUV90.45160.48128.39-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 28.62%
GREEN value IS 79 (31.25% from 255) = 24.84%
BLUE value IS 148 (58.20% from 255) = 46.54%
R=28.62%
G=24.84%
B=46.54%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal91791480.390.4700.42250.4330.444.51
Hex5B4F94272F02Afa1e2d
Octal13311722447570523723655
Binary101101110011111001010010011110111101010101111101011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B4F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,79,148); }

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

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

 a { background-color: rgb(91,79,148); }

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

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

 span { border-color: rgb(91,79,148); }

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