#5D557F

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

Shades of Victoria #5D557F

Tints of Victoria #5D557F

Color information

#5D557F (or 0x5D557F) is unknown color: approx Victoria. HEX triplet: 5D, 55 and 7F. RGB value is (93,85,127). Sum of RGB (Red+Green+Blue) = 93+85+127=305 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.49% from 305); Green value is 85 (33.59% from 255 or 27.87% from 305); Blue value is 127 (50% from 255 or 41.64% from 305); Max value from RGB is 127 - color contains mainly: blue. Hex color #5D557F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D557F is #A2AA80. Grayscale: #5C5C5C. Windows color (decimal): -10660481 or 8344925. OLE color: 8344925.

HSL color Cylindrical-coordinate representation of color #5D557F: hue angle of 251.43º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5D557F is Cyan = 0.27, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB9385127-
CMYK0.270.3300.50
HSL251.43º19.81%41.57%-
HSV(B)251.43º33.07%49.8%-
XYZ11.5910.3621.47-
YUV92.18147.65128.58-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 30.49%
GREEN value IS 85 (33.59% from 255) = 27.87%
BLUE value IS 127 (50% from 255) = 41.64%
R=30.49%
G=27.87%
B=41.64%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal93851270.270.3300.50251.4319.8141.57
Hex5D557F1B21032fb142a
Octal13512517733410623732452
Binary1011101101010111111111101110000101100101111101110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D557F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,85,127); }

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

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

 a { background-color: rgb(93,85,127); }

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

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

 span { border-color: rgb(93,85,127); }

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