#5D5390

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

Shades of Victoria #5D5390

Tints of Victoria #5D5390

Color information

#5D5390 (or 0x5D5390) is unknown color: approx Victoria. HEX triplet: 5D, 53 and 90. RGB value is (93,83,144). Sum of RGB (Red+Green+Blue) = 93+83+144=320 (42% of max value = 765). Red value is 93 (36.72% from 255 or 29.06% from 320); Green value is 83 (32.81% from 255 or 25.94% from 320); Blue value is 144 (56.64% from 255 or 45% from 320); Max value from RGB is 144 - color contains mainly: blue. Hex color #5D5390 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D5390 is #A2AC6F. Grayscale: #5C5C5C. Windows color (decimal): -10660976 or 9458525. OLE color: 9458525.

HSL color Cylindrical-coordinate representation of color #5D5390: hue angle of 249.84º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5D5390 is Cyan = 0.35, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB9383144-
CMYK0.350.4200.44
HSL249.84º26.87%44.51%-
HSV(B)249.84º42.36%56.47%-
XYZ12.6410.5327.75-
YUV92.94156.81128.04-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 29.06%
GREEN value IS 83 (32.81% from 255) = 25.94%
BLUE value IS 144 (56.64% from 255) = 45%
R=29.06%
G=25.94%
B=45%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal93831440.350.4200.44249.8426.8744.51
Hex5D5390232A02Cfa1b2d
Octal13512322043520543723355
Binary101110110100111001000010001110101001011001111101011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D5390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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