#5D5291

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

Shades of Victoria #5D5291

Tints of Victoria #5D5291

Color information

#5D5291 (or 0x5D5291) is unknown color: approx Victoria. HEX triplet: 5D, 52 and 91. RGB value is (93,82,145). Sum of RGB (Red+Green+Blue) = 93+82+145=320 (42% of max value = 765). Red value is 93 (36.72% from 255 or 29.06% from 320); Green value is 82 (32.42% from 255 or 25.62% from 320); Blue value is 145 (57.03% from 255 or 45.31% from 320); Max value from RGB is 145 - color contains mainly: blue. Hex color #5D5291 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D5291 is #A2AD6E. Grayscale: #5C5C5C. Windows color (decimal): -10661231 or 9523805. OLE color: 9523805.

HSL color Cylindrical-coordinate representation of color #5D5291: hue angle of 250.48º degrees, saturation: 0.28, 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 #5D5291 is Cyan = 0.36, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB9382145-
CMYK0.360.4300.43
HSL250.48º27.75%44.51%-
HSV(B)250.48º43.45%56.86%-
XYZ12.6410.4128.13-
YUV92.47157.64128.38-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 29.06%
GREEN value IS 82 (32.42% from 255) = 25.62%
BLUE value IS 145 (57.03% from 255) = 45.31%
R=29.06%
G=25.62%
B=45.31%

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
Decimal93821450.360.4300.43250.4827.7544.51
Hex5D5291242B02Bfa1c2d
Octal13512222144530533723455
Binary101110110100101001000110010010101101010111111101011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D5291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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