#5B5093

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

Shades of Victoria #5B5093

Tints of Victoria #5B5093

Color information

#5B5093 (or 0x5B5093) is unknown color: approx Victoria. HEX triplet: 5B, 50 and 93. RGB value is (91,80,147). Sum of RGB (Red+Green+Blue) = 91+80+147=318 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.62% from 318); Green value is 80 (31.64% from 255 or 25.16% from 318); Blue value is 147 (57.81% from 255 or 46.23% from 318); Max value from RGB is 147 - color contains mainly: blue. Hex color #5B5093 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B5093 is #A4AF6C. Grayscale: #5A5A5A. Windows color (decimal): -10792813 or 9654363. OLE color: 9654363.

HSL color Cylindrical-coordinate representation of color #5B5093: hue angle of 249.85º 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 #5B5093 is Cyan = 0.38, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB9180147-
CMYK0.380.4600.42
HSL249.85º29.52%44.51%-
HSV(B)249.85º45.58%57.65%-
XYZ12.4510.0728.89-
YUV90.93159.64128.05-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 28.62%
GREEN value IS 80 (31.64% from 255) = 25.16%
BLUE value IS 147 (57.81% from 255) = 46.23%
R=28.62%
G=25.16%
B=46.23%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal91801470.380.4600.42249.8529.5244.51
Hex5B5093262E02Afa1e2d
Octal13312022346560523723655
Binary101101110100001001001110011010111001010101111101011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B5093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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