#5E557F

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

Shades of Victoria #5E557F

Tints of Victoria #5E557F

Color information

#5E557F (or 0x5E557F) is unknown color: approx Victoria. HEX triplet: 5E, 55 and 7F. RGB value is (94,85,127). Sum of RGB (Red+Green+Blue) = 94+85+127=306 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.72% from 306); Green value is 85 (33.59% from 255 or 27.78% from 306); Blue value is 127 (50% from 255 or 41.50% from 306); Max value from RGB is 127 - color contains mainly: blue. Hex color #5E557F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E557F is #A1AA80. Grayscale: #5C5C5C. Windows color (decimal): -10594945 or 8344926. OLE color: 8344926.

HSL color Cylindrical-coordinate representation of color #5E557F: hue angle of 252.86º 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 #5E557F is Cyan = 0.26, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB9485127-
CMYK0.260.3300.50
HSL252.86º19.81%41.57%-
HSV(B)252.86º33.07%49.8%-
XYZ11.710.4121.47-
YUV92.48147.48129.08-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 30.72%
GREEN value IS 85 (33.59% from 255) = 27.78%
BLUE value IS 127 (50% from 255) = 41.50%
R=30.72%
G=27.78%
B=41.50%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal94851270.260.3300.50252.8619.8141.57
Hex5E557F1A21032fd142a
Octal13612517732410623752452
Binary1011110101010111111111101010000101100101111110110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E557F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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