#5D517E

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

Shades of Victoria #5D517E

Tints of Victoria #5D517E

Color information

#5D517E (or 0x5D517E) is unknown color: approx Victoria. HEX triplet: 5D, 51 and 7E. RGB value is (93,81,126). Sum of RGB (Red+Green+Blue) = 93+81+126=300 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31% from 300); Green value is 81 (32.03% from 255 or 27% from 300); Blue value is 126 (49.61% from 255 or 42% from 300); Max value from RGB is 126 - color contains mainly: blue. Hex color #5D517E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D517E is #A2AE81. Grayscale: #595959. Windows color (decimal): -10661506 or 8278365. OLE color: 8278365.

HSL color Cylindrical-coordinate representation of color #5D517E: hue angle of 256º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5D517E is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB9381126-
CMYK0.260.3600.51
HSL256º21.74%40.59%-
HSV(B)256º35.71%49.41%-
XYZ11.229.7221.02-
YUV89.72148.48130.34-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 31%
GREEN value IS 81 (32.03% from 255) = 27%
BLUE value IS 126 (49.61% from 255) = 42%
R=31%
G=27%
B=42%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal93811260.260.3600.5125621.7440.59
Hex5D517E1A240331001629
Octal13512117632440634002651
Binary10111011010001111111011010100100011001110000000010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D517E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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