#5B5094

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

Shades of Victoria #5B5094

Tints of Victoria #5B5094

Color information

#5B5094 (or 0x5B5094) is unknown color: approx Victoria. HEX triplet: 5B, 50 and 94. RGB value is (91,80,148). Sum of RGB (Red+Green+Blue) = 91+80+148=319 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.53% from 319); Green value is 80 (31.64% from 255 or 25.08% from 319); Blue value is 148 (58.20% from 255 or 46.39% from 319); Max value from RGB is 148 - color contains mainly: blue. Hex color #5B5094 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B5094 is #A4AF6B. Grayscale: #5A5A5A. Windows color (decimal): -10792812 or 9719899. OLE color: 9719899.

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

Color convert

RGB9180148-
CMYK0.390.4600.42
HSL249.71º29.82%44.71%-
HSV(B)249.71º45.95%58.04%-
XYZ12.5310.129.31-
YUV91.04160.14127.97-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 28.53%
GREEN value IS 80 (31.64% from 255) = 25.08%
BLUE value IS 148 (58.20% from 255) = 46.39%
R=28.53%
G=25.08%
B=46.39%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal91801480.390.4600.42249.7129.8244.71
Hex5B5094272E02Afa1e2d
Octal13312022447560523723655
Binary101101110100001001010010011110111001010101111101011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B5094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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