#5D5391

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

Shades of Victoria #5D5391

Tints of Victoria #5D5391

Color information

#5D5391 (or 0x5D5391) is unknown color: approx Victoria. HEX triplet: 5D, 53 and 91. RGB value is (93,83,145). Sum of RGB (Red+Green+Blue) = 93+83+145=321 (42% of max value = 765). Red value is 93 (36.72% from 255 or 28.97% from 321); Green value is 83 (32.81% from 255 or 25.86% from 321); Blue value is 145 (57.03% from 255 or 45.17% from 321); Max value from RGB is 145 - color contains mainly: blue. Hex color #5D5391 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D5391 is #A2AC6E. Grayscale: #5C5C5C. Windows color (decimal): -10660975 or 9524061. OLE color: 9524061.

HSL color Cylindrical-coordinate representation of color #5D5391: hue angle of 249.68º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5D5391 is Cyan = 0.36, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB9383145-
CMYK0.360.4300.43
HSL249.68º27.19%44.71%-
HSV(B)249.68º42.76%56.86%-
XYZ12.7210.5628.16-
YUV93.06157.31127.96-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 28.97%
GREEN value IS 83 (32.81% from 255) = 25.86%
BLUE value IS 145 (57.03% from 255) = 45.17%
R=28.97%
G=25.86%
B=45.17%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal93831450.360.4300.43249.6827.1944.71
Hex5D5391242B02Bfa1b2d
Octal13512322144530533723355
Binary101110110100111001000110010010101101010111111101011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D5391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,83,145); }

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

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

 a { background-color: rgb(93,83,145); }

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

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

 span { border-color: rgb(93,83,145); }

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