#5D5193

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

Shades of Victoria #5D5193

Tints of Victoria #5D5193

Color information

#5D5193 (or 0x5D5193) is unknown color: approx Victoria. HEX triplet: 5D, 51 and 93. RGB value is (93,81,147). Sum of RGB (Red+Green+Blue) = 93+81+147=321 (42% of max value = 765). Red value is 93 (36.72% from 255 or 28.97% from 321); Green value is 81 (32.03% from 255 or 25.23% from 321); Blue value is 147 (57.81% from 255 or 45.79% from 321); Max value from RGB is 147 - color contains mainly: blue. Hex color #5D5193 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D5193 is #A2AE6C. Grayscale: #5B5B5B. Windows color (decimal): -10661485 or 9654621. OLE color: 9654621.

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

Color convert

RGB9381147-
CMYK0.370.4500.42
HSL250.91º28.95%44.71%-
HSV(B)250.91º44.9%57.65%-
XYZ12.7210.3228.92-
YUV92.11158.98128.63-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 28.97%
GREEN value IS 81 (32.03% from 255) = 25.23%
BLUE value IS 147 (57.81% from 255) = 45.79%
R=28.97%
G=25.23%
B=45.79%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal93811470.370.4500.42250.9128.9544.71
Hex5D5193252D02Afb1d2d
Octal13512122345550523733555
Binary101110110100011001001110010110110101010101111101111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D5193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,81,147); }

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

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

 a { background-color: rgb(93,81,147); }

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

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

 span { border-color: rgb(93,81,147); }

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